TYPO3 9.5.4(带子弹)会忽略获取参数“类型”

时间:2019-01-25 08:16:32

标签: typo3 yaml typoscript slug typo3-9.x

我想切换我的typo3网站的类型,例如用于xml或json输出,但系统会忽略get参数类型。我不知道自己在做什么错或有错误。

打字稿示例

codecept run -g aaa

我的网站配置

https://pastebin.com/UsdZGq7N

1 个答案:

答案 0 :(得分:2)

您可以使用PageType routeEnhancer,当它处于活动状态时,您必须映射您使用的所有页面类型。否则,它将被从URL中剥离。

此外,PageType routeEnhancer应该是您配置的最后一个增强器,因为它会修改现有的路由变体: https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/core/Classes/Routing/Enhancer/PageTypeDecorator.php#L25