Sitemap | Developers | Print
|
Scope (where
the data is stored) |
Scope of page & section template contentscope=all (default for page template)The content of this tag will be the same on all pages within the website. Examples: <cms type=text scope=all id=t1> <cms type=text id=t1> scope=folderThe content will be the same for all pages within this folder at this level. Note that pages in folders within this folder will not share this content. scope=pageThe content is unique to this page. scope=section (default for section template)The content is unique to this section. |