Commit d4f4df2f authored by Romain Courteaud's avatar Romain Courteaud

Change description of variation_property.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3946 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 398469d0
......@@ -142,10 +142,7 @@ class Resource:
'mode' : 'w' },
{ 'id' : 'variation_property',
'storage_id' : 'variation_property_list', # Coramy Compatibility
'description' : 'A list of properties which define continuous variations'\
'The range is defined by adding _range_min '\
'and _range_max. During the indexation process'\
'the variation properties are stores in the index',
'description' : 'A list of properties which define variations',
'type' : 'tokens',
'default' : [],
'mode' : 'w' },
......
......@@ -57,10 +57,7 @@ class VariationRange:
'mode' : 'w' },
{ 'id' : 'variation_property',
'storage_id' : 'variation_property_list', # Coramy Compatibility
'description' : 'A list of properties which define continuous variations'\
'The range is defined by adding _range_min '\
'and _range_max. During the indexation process'\
'the variation properties are stores in the index',
'description' : 'A list of properties which define variations',
'type' : 'lines',
'default' : [],
'mode' : 'w' },
......
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