I have a snippet containing a set of editable regions which I embed across a number of templates
I now want to use the snippet within a clonable template
but it's quite nice to only have to make any changes to the editable regions in the one place i.e. the snippet.
- Code: Select all
<cms:embed 'editables_multimedia_mosaic.html'/>
I now want to use the snippet within a clonable template
- Code: Select all
<cms:globals>
<cms:embed 'editables_multimedia_mosaic.html'/>
</cms:globals>
