diff --git a/cookbook/index.rst b/cookbook/index.rst index 5bf994f2..306faf0e 100644 --- a/cookbook/index.rst +++ b/cookbook/index.rst @@ -20,6 +20,7 @@ our recipes. smart-content-data-provider system-collections create-new-webspace + setting-default-templates manage-analytics change-default-locale-provider default-snippets diff --git a/cookbook/setting-default-templates.rst b/cookbook/setting-default-templates.rst new file mode 100644 index 00000000..0afbbf0e --- /dev/null +++ b/cookbook/setting-default-templates.rst @@ -0,0 +1,19 @@ +Setting the default templates +============================= + +Default templates are managed within your webspace. +You can specify the template that should be used when creating a page for a specific parent. + +.. code-block:: xml + + + default + homepage + member + + +.. note:: + + In the code above is mentioned that the parent template of template `member` is the template `members`. + +When you create a page with template `members`, any sub page created will have template `member` as a default template. \ No newline at end of file