Typo3 11.5 routeEnhancer 被忽略了?配置不正确?

Typo3 11.5 routeEnhancer ignored? configuration incorrect?

提问人:Largo 提问时间:11/11/2023 更新时间:11/11/2023 访问量:24

问:

我正在尝试在 Typo3 11.5 中为我的扩展配置路由增强器。

    /unterkategorie.html?tx_my_products_subcategory%5Baction%5D=products&tx_my_products_subcategory%5Bcontroller%5D=Subcategory&tx_my_products_subcategory%5Buid%5D=15&cHash=182688e...

配置如下所示:

    Products:
      type: Extbase
      extension: MyProducts
      plugin: Subcategory
      limitToPages: [15,16,17,26,27,28]
      routes:
        - routePath: '/{name}'
          _controller: 'Subcategory::products'
          _arguments:
            name: uid
      aspects:
        name:
          type: PersistedAliasMapper
          tableName: tx_myproducts_domain_model_subcategory
          routeFieldName: name

我已经在类似的扩展中使用了非常相似的配置,一切正常,但是这个路由增强器似乎被忽略了:-(

配置有什么问题吗?

如何检查 Typo3 是否真的看过它?

(空格缩进是可以的,缓存已经清除了很多次,...

谢谢你的任何提示!

安娜

路由 typo3-11.x

评论


答: 暂无答案