Files
PrestaShop/install-dev/fixtures/fashion/data/attribute_group.xml
2013-11-18 14:53:39 +01:00

13 lines
464 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<entity_attribute_group>
<fields id="name" class="AttributeGroup">
<field name="is_color_group"/>
<field name="group_type"/>
</fields>
<entities>
<attribute_group id="Size" is_color_group="0" group_type="select"/>
<attribute_group id="Shoes_Size" is_color_group="0" group_type="select"/>
<attribute_group id="Color" is_color_group="1" group_type="color"/>
</entities>
</entity_attribute_group>