CMS help pages

Print this page
You are here: Home > [Developers] > Templates > Scope and visibility

Scope of page & section template content

scope=all (default for page template)

The content of this tag will be the same on all pages within the website.

Examples:

<si5 type=text scope=all id=t1>

<si5 type=text id=t1>

scope=folder

The content will be the same for all pages within this folder at this level.

scope=page

The content will come from this page.

scope=section (default for section template)

The content is unique to this section.

Visibility

For any tag if visibility=designer the tag will not be visible to regular users, allowing the designer to add custom HTML etc without risk of confusing the customer.