Sort rss records more meaningful
This commit is contained in:
parent
8dba64cce6
commit
a5162a8ac1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ plugin.tx_seo {
|
||||||
provider = TYPO3\CMS\Seo\XmlSitemap\RecordsXmlSitemapDataProvider
|
provider = TYPO3\CMS\Seo\XmlSitemap\RecordsXmlSitemapDataProvider
|
||||||
config {
|
config {
|
||||||
table = pages
|
table = pages
|
||||||
sortField = sorting
|
sortField = tstamp
|
||||||
lastModifiedField = tstamp
|
lastModifiedField = tstamp
|
||||||
additionalWhere = AND (no_index = 0 OR no_follow = 0)
|
additionalWhere = AND (no_index = 0 OR no_follow = 0)
|
||||||
pid = 2
|
pid = 2
|
||||||
|
|
Loading…
Reference in a new issue