Commit 5b51af4a authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added acquisition for available languages

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22304 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f086bc1
......@@ -88,7 +88,13 @@ class WebSection:
'description' : 'Languages available in the Web Section or Web Site (subset of Localizer languages)',
'type' : 'tokens',
'default' : (),
'mode' : 'w' },
'acquisition_base_category' : ('parent',),
'acquisition_portal_type' : ('Web Section', 'Web Site'),
'acquisition_copy_value' : 0,
'acquisition_mask_value' : 1,
'acquisition_accessor_id' : 'getAvailableLanguageList',
'acquisition_depends' : None,
'mode' : 'rw' },
)
_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