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.
Updated by Richard Haeser about 6 years ago
- Status changed from New to In Progress
- Assignee set to Richard Haeser
Updated by Gerrit Code Review almost 5 years ago
- Status changed from In Progress to Under Review
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62548
Updated by Richard Haeser almost 5 years ago
- Status changed from Under Review to New
Updated by Georg Ringer over 4 years ago
- Status changed from New to Rejected
Thanks for creating the issue.
Instead of having more magic you should use a custom Provider which does what you need. therefore I am closing this issue.
Updated by Benni Mack 6 months ago
- Related to Feature #99179: Add stdWrap capabilities to RecordsXmlSitemapDataProvider settings added
Actions