Files
PrestaShop/install-dev/fixtures/apple/data/attribute_group.xml
mMarinetti d9dbb1db75 // install-new renamed to install-dev
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12732 b9a71923-0436-4b27-9f14-aed3839534dd
2012-01-26 17:35:54 +00:00

13 lines
460 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="Disk_space" is_color_group="0" group_type="select"/>
<attribute_group id="Color" is_color_group="1" group_type="color"/>
<attribute_group id="ICU" is_color_group="0" group_type="select"/>
</entities>
</entity_attribute_group>