Route Enhancer
xBlog has a rady-to-use configuration for your route enhancer.
Add to your typo3conf/
the following line:
imports:
- { resource: "EXT:xblog/Configuration/Routes/Default.yaml" }
Copied!
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/
the following line:sites/<my_ site>/ config. yaml
imports:
- { resource: "EXT:my_ext/Configuration/Routes/Default.yaml" }
Copied!