From 2f0bd34f5f64fa4617d8574eb0f2d44d8ac0bf28 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sun, 6 Jul 2008 18:34:05 +0000 Subject: [PATCH] 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 --- product/ERP5/PropertySheet/WebSection.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product/ERP5/PropertySheet/WebSection.py b/product/ERP5/PropertySheet/WebSection.py index a619d6c796..31c6415494 100644 --- a/product/ERP5/PropertySheet/WebSection.py +++ b/product/ERP5/PropertySheet/WebSection.py @@ -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', ) -- 2.30.9