## ThemedRoute Provides a special router for the frontend, that can change the current zone and/or template depending on route or request parameters. ### Configuration You need to specify some route parameters to use this feature. Add the following parameters to your defaults for a route. Adding them as url parts is also possible, but inadvisible for security reasons. ``` # legacy route without category - Will redirect to 'contentlinkcategory' if applicable themedcontentlink: path: /{contenttypeslug}/{slug} defaults: zone: mythemedzone theme: mytheme _controller: cnd-design.themedroute.controller:record requirements: contenttypeslug: controller.requirement:anyContentType ```