Essential for turning a design into a template, the
<ss:regions:content /> tag creates an 'island' in the design where the page's editable content sits. The rest of the design outside of the region remains uneditable.
Each design needs to have exactly 1 content region visible at any one time (as Pages only have 1 primary content).
Multiple can be present if they are surrounded by
<ss:logic:if> and
<ss:logic:else> tags to create different scenarios inside the design. If more editable regions are required then
<ss:regions:contentadditional> can be used.
No examples yet.