I was wondering what would be the best solution to handle routes in a CMS system. Currently I am using an URI property on my documents that I convert (through a RouteProvider) to a symfony route object. This seems for me the most simple and elegant solution, but is it?
When should you choose an URI property on a document for routes and when should you use specific route nodes that map to documents? What are the benefits etc.
By default CMF uses seperate route nodes/documents to map a route to a content document.
Thanks!