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
|
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,10 +40,14 @@ tt_content.menu_abstract {
|
||||||
if.value = 100
|
if.value = 100
|
||||||
special >
|
special >
|
||||||
special = categories
|
special = categories
|
||||||
special.value {
|
special {
|
||||||
|
value {
|
||||||
data = GP:topic_id
|
data = GP:topic_id
|
||||||
intval = 1
|
intval = 1
|
||||||
}
|
}
|
||||||
|
sorting = lastUpdated
|
||||||
|
order = desc
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
500 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
|
500 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
|
||||||
|
|
Loading…
Reference in a new issue