Commit 057679cc authored by Vincent Pelletier's avatar Vincent Pelletier

Add translation and base help url preferences for HtmlStyle.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7383 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78bb76d8
......@@ -38,9 +38,20 @@ class HtmlStylePreference:
'type' : 'boolean',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_html_style_translator_mode',
'description' : 'When true, links to translation system will be displayed.',
'type' : 'boolean',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_html_style_contextual_help',
'description' : 'When true, links to contextual help will be displayed.',
'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.',
'type' : 'string',
'preference' : 1,
'default' : 'http://www.erp5.com/erp5_help/',
'mode' : 'w' },
)
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