How to change default route generator? Whenever I change 'generator' in config to template, or my custom generator, default RouteGenerator is used. Is it even possible to use non-default route generator? #678
Unanswered
greatmaxix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
sulu_route:
mappings:
Sulu\Bundle\ArticleBundle\Document\ArticleDocument:
generator: 'template'
// still default RouteGenerator is wired to RouteController
All reactions