In the sample Share site, this includes the following section folders:
- root
- root > blog
- root > contact
- root > news
- root > news > companies
- root > news > global
- root > news > markets
- root > publications
- root > publications > research-reports
- root > publications > white-papers
You can specify templates for a section’s landing page (ws:indexPage=) and for the articles (ws:article=) contained within the section folder. You can also specify the default template for any content within the section (cmis:document=).
As an example, the blog section folder has the template mapping ws:article=articlepage2. This indicates that all requests going to that section where the content type is ws:article are mapped to the template articlepage2.
This configuration is hierarchical, so if a template mapping is not found for the requested section, the parent is then checked. This process repeats up to the root section. The root section holds the site-wide template configuration settings.
- Navigate to SkyVault Quick Start > Quick Start Editorial.
- Navigate to the section folder for which you want to configure templates.
-
Click Edit Properties in the associated action list.
The Template Mapping field accepts multiple entries. Each entry is a name/value pair where the name is a type name and the value is a template name. For example:
cmis:document=baseTemplate
-
Update the Template Mapping field as
desired to specify the default templates for the current
section.
Note: Separate multiple entries with a comma.
-
Click Save.
In the Quick Start website, navigate to the Home page to view the changes. Refresh the page if the changes are not immediately visible.