Commit 5c70a174 authored by Rafael Monnerat's avatar Rafael Monnerat

Added a new entry for preference for access_tab integration.

When true, the access tab will be rendered at first page, otherwise the ERP5Site_viewClassicFrontPage that is a copy of the last one.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20964 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c7bd4c19
......@@ -49,6 +49,11 @@ class HtmlStylePreference:
'type' : 'boolean',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_html_style_access_tab',
'description' : 'When true, access tab will used in front page.',
'type' : 'boolean',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_html_style_documentation_base_url',
'description' : 'Defines the base URL where portal type action '\
'documentation will be searched for.',
......
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