TYPO3 9: add date to URL routing enhancers for news extension
问题 For the detail pages of tx_news records as well as a calendar extension I wrote myself I want the record date in the URL as I had it until TYPO3 8LTS with the realURL extension: /path-to/my-page/yyyy/mm/dd/extension-record-path-segment/ . I managed to have the link created but with the cHash attached . My routeEnhancers settings for the tx_news_pi1 in /typo3conf/sites/my-site/config.yaml are as follows: routeEnhancers: NewsPlugin: type: Extbase limitToPages: [7] extension: News plugin: Pi1