Commit 87118270 authored by Jean-Paul Smets's avatar Jean-Paul Smets

added properties so that building navigation or site maps can be achieved in a...

added properties so that building navigation or site maps can be achieved in a universal way indepent of the theme

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1773ace
......@@ -62,6 +62,18 @@ class WebSection:
'type' : 'boolean',
'default' : 1,
'mode' : 'rw' },
{ 'id' : 'site_map_document_parent',
'description' : 'Defines whether the documents of this section should '
'be part of the site map.',
'type' : 'boolean',
'default' : 0,
'mode' : 'rw' },
{ 'id' : 'site_map_section_parent',
'description' : 'Defines whether the subsections of this section should '
'be part of the site map.',
'type' : 'boolean',
'default' : 0,
'mode' : 'rw' },
{ 'id' : 'custom_render_method_id',
'description' : 'ID of a page template, script, form or any callable object'
'which overrides the default rendering of the section',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment