List blog posts ordered by published date

This commit is contained in:
Daniel Siepmann 2020-03-06 15:17:24 +01:00
parent 90c4515106
commit 09c30dc766

View file

@ -9,7 +9,11 @@ tt_content.menu_abstract {
equals.field = layout equals.field = layout
} }
special = directory special = directory
special.value.field = pages special {
value.field = pages
sorting = lastUpdated
order = desc
}
dataProcessing { dataProcessing {
10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor 10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
10 { 10 {
@ -36,9 +40,13 @@ tt_content.menu_abstract {
if.value = 100 if.value = 100
special > special >
special = categories special = categories
special.value { special {
data = GP:topic_id value {
intval = 1 data = GP:topic_id
intval = 1
}
sorting = lastUpdated
order = desc
} }
} }