Files
PrestaShop/install-new/fixtures/apple/data/attribute_group.xml
T

13 lines
451 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>