Commit 2f0bd34f authored by Jean-Paul Smets's avatar Jean-Paul Smets

Add property to define the subset of available languages

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22302 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42972481
......@@ -84,6 +84,11 @@ class WebSection:
'type' : 'boolean',
'default' : 0,
'mode' : 'rw' },
{ 'id' : 'available_language',
'description' : 'Languages available in the Web Section or Web Site (subset of Localizer languages)',
'type' : 'tokens',
'default' : (),
'mode' : 'w' },
)
_categories = ('aggregate', )
......
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