Route Enhancer¶
xBlog has a rady-to-use configuration for your route enhancer.
Add to your typo3conf/sites/<my_site>/config.yaml
the following line:
imports:
- { resource: "EXT:xblog/Configuration/Routes/Default.yaml" }
What does ist do?¶
The configuration takes care for a human readable URL for
the page browser
the category filter
the fe_users table
the tables of the Organiser (EXT:org)
Adaption for your extension¶
If you like to adapt the configuration to your extension please
copy EXT:xblog/Configuration/Routes/Default.yaml to EXT:my_ext/Configuration/Routes/Default.yaml
Adapt your file to your needs
Add to your
typo3conf/sites/<my_site>/config.yaml
the following line:
imports:
- { resource: "EXT:my_ext/Configuration/Routes/Default.yaml" }