List blog posts ordered by published date
This commit is contained in:
parent
90c4515106
commit
09c30dc766
1 changed files with 12 additions and 4 deletions
|
@ -9,7 +9,11 @@ tt_content.menu_abstract {
|
|||
equals.field = layout
|
||||
}
|
||||
special = directory
|
||||
special.value.field = pages
|
||||
special {
|
||||
value.field = pages
|
||||
sorting = lastUpdated
|
||||
order = desc
|
||||
}
|
||||
dataProcessing {
|
||||
10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
|
||||
10 {
|
||||
|
@ -36,9 +40,13 @@ tt_content.menu_abstract {
|
|||
if.value = 100
|
||||
special >
|
||||
special = categories
|
||||
special.value {
|
||||
data = GP:topic_id
|
||||
intval = 1
|
||||
special {
|
||||
value {
|
||||
data = GP:topic_id
|
||||
intval = 1
|
||||
}
|
||||
sorting = lastUpdated
|
||||
order = desc
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue