URL Schemas
When creating pages, sometimes you want to pass to the page some dynamic data. Using this data you can apply logic to your page. For example, you might want to create a page that accepts colour information – red, green and blue. This page displays dynamic information based on the visitor’s choice of colour. With Symphony, the way you achieve this is via URL Schema. To access the URL Schema head to: Blueprints → Pages → Create new → Configure
Example
On the domain yoursite.com, there is a page called my-gallery and URL Schema looks like this: /colour/size/
If a visitor goes to: yoursite.com/my-gallery/red/12/ Symphony will supply XSLT parameters for colour value of red and size value of 12. This way, you can allow your page to display dynamic information based on the values given.