co-stack / fal_gallery

Official successor of wt_gallery. Supports and fully based on TYPO3 FAL
3 stars 1 forks source link

How to configure routing with config.yaml? #11

Open kahnesaaron opened 5 years ago

kahnesaaron commented 5 years ago

Could you @vertexvaar give a code example how i have to configure the config.yaml to use the typo3 9 routing? at the moment i have this.

routeEnhancers:
  GalleryList:
    type: Plugin
    limitToPages: [19]
    namespace: 'tx_falgallery_pi1'
    routePath: '/seite/{listPage}/'
    requirements:
      listPage: '[0-9]{1..3}'

but this isnt working right.

vertexvaar commented 5 years ago

Hi @kahnesaaron

i haven't been working with TYPO3 v9's routing yet and can't answer your question, but maybe someone in the community does. Since it's a general plugin routing question you might also ask in mailing lists, Stackoverflow and the TYPO3 Slack Community.

With regards

Hobokens commented 4 years ago

@kahnesaaron, did you find a solution for the routeEnhancer?