Commit d11d6679 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Add a Preferred Section property.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20392 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae14c211
......@@ -46,6 +46,11 @@ class Preference:
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
{ 'id' : 'preferred_section',
'description' : 'The section Organisation for documents.',
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
{ 'id' : 'preferred_date_order',
'description' : 'The order of year, month and day.',
'type' : 'string',
......
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