Commit ca60a4d0 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add preferred_section_category.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4378 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3deae96
...@@ -34,9 +34,14 @@ class Preference : ...@@ -34,9 +34,14 @@ class Preference :
_properties = ( _properties = (
{ 'id' : 'preferred_visible_module', { 'id' : 'preferred_visible_module',
'description' : 'List of modules visible from the main page '\ 'description' : 'List of modules visible from the main page '\
'(usefull to filter not interesting modules)', '(useful to filter uninteresting modules)',
'type' : 'lines', 'type' : 'lines',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'preferred_section_category',
'description' : 'The section category for documents; '\
'usually something like group/nexedi.',
'type' : 'string',
'mode' : 'w'},
) )
_categories = ( _categories = (
) )
......
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