Use existing constant instead of duplicate value
This commit is contained in:
parent
2ea338c675
commit
840efdaa09
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ plugin.tx_seo {
|
||||||
sortField = lastUpdated
|
sortField = lastUpdated
|
||||||
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 = {$pageUids.blogPosts}
|
||||||
recursive = 3
|
recursive = 3
|
||||||
template = RssFeed
|
template = RssFeed
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue