Skip to content

Commit

Permalink
[FEATURE] Improve sorting of blog related records in BE list module
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 30, 2023
1 parent 5d8a9fd commit 5ea8fe0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Configuration/TSconfig/Page.tsconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ TCEFORM.tx_t3blog_post {
number_views.disabled = 1
}

# List module record order
mod.web_list.tableDisplayOrder.tx_t3blog_post {
after = pages
}
mod.web_list.tableDisplayOrder.tx_t3blog_com {
after = tx_t3blog_post
}
mod.web_list.tableDisplayOrder.tx_t3blog_cat {
after = tx_t3blog_com
}

# Hide tt_content elements in list view
[traverse(page, "module") == "t3blog"]
mod.web_list.table.tt_content.hideTable = 1
mod.web_list.table.tt_content.hideTable = 1
[global]

0 comments on commit 5ea8fe0

Please sign in to comment.