Actions
Task #86914
closedmake settings of RecordsXmlSitemapDataProvider stdWrappable
Start date:
2018-11-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It would be nice to get more dynamic in the setting of RecordsXmlSitemapDataProvider. At the moment is it not possible to set dynamic detail pages by using TS only.
The idea is to make the settings stdWrappable and you can use configurations like this:
pageId.stdWrap.cObject = CONTENT pageId.stdWrap.cObject { table = sys_category select { # pid of category records pidInList = 19 max = 1 selectFields = sys_category.single_pid AS detailPid join = sys_category_record_mm ON sys_category_record_mm.uid_local = sys_category.uid where = sys_category_record_mm.uid_foreign = { field: uid } where.insertData = 1 andWhere.stdWrap.intVal = 1 andWhere.stdWrap.stripHtml = 1 } renderObj = TEXT renderObj.field = detailPid renderObj.wrap = | }
this is an example of linkhandler configuration.
Actions