Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
You can use a controller with custom URL parameters, you can also register a static route if you want a nicer URL format rather then the query string values.
If you need to do something more advanced you'd need to implement a partial router that starts routing at your specific page type and then "handles" all child routes below it.
https://docs.developers.optimizely.com/content-management-system/docs/partial-routing
Hello,
I'd like to ask what would be the best approach if I need a route attribute in a page controller (with longer routes behavior as it is). Is there a way how to do it or do I have to create my own routing template that would replace the Epi routing?
Thanks
Petr