133 lines
5.6 KiB
XML
Executable File
133 lines
5.6 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!--
|
|
/**
|
|
* Copyright © Magento, Inc. All rights reserved.
|
|
* See COPYING.txt for license details.
|
|
*/
|
|
-->
|
|
<attribute_sets> <!-- Content of Attribute Sets -->
|
|
<attribute_set>
|
|
<name>Attribute Set 1</name>
|
|
<attributes>
|
|
<attribute>
|
|
<is_required>1</is_required>
|
|
<is_visible_on_front>1</is_visible_on_front>
|
|
<is_visible_in_advanced_search>1</is_visible_in_advanced_search>
|
|
<attribute_code>mycolor</attribute_code>
|
|
<backend_type></backend_type>
|
|
<is_searchable>1</is_searchable>
|
|
<is_filterable>1</is_filterable>
|
|
<is_filterable_in_search>1</is_filterable_in_search>
|
|
<frontend_label>my color</frontend_label>
|
|
<frontend_input>select</frontend_input>
|
|
<default_value>my yellow</default_value>
|
|
<options>
|
|
<option>
|
|
<label>my green</label>
|
|
<value>my green</value>
|
|
</option>
|
|
<option>
|
|
<label>my red</label>
|
|
<value>my red</value>
|
|
</option>
|
|
<option>
|
|
<label>my yellow</label>
|
|
<value>my yellow</value>
|
|
</option>
|
|
</options>
|
|
</attribute>
|
|
<attribute>
|
|
<is_required>1</is_required>
|
|
<is_visible_on_front>1</is_visible_on_front>
|
|
<is_visible_in_advanced_search>1</is_visible_in_advanced_search>
|
|
<attribute_code>mysize</attribute_code>
|
|
<backend_type></backend_type>
|
|
<is_searchable>1</is_searchable>
|
|
<is_filterable>1</is_filterable>
|
|
<is_filterable_in_search>1</is_filterable_in_search>
|
|
<frontend_label>my size</frontend_label>
|
|
<frontend_input>select</frontend_input>
|
|
<default_value>my large</default_value>
|
|
<options>
|
|
<option>
|
|
<label>my small</label>
|
|
<value>my small</value>
|
|
</option>
|
|
<option>
|
|
<label>my medium</label>
|
|
<value>my medium</value>
|
|
</option>
|
|
<option>
|
|
<label>my large</label>
|
|
<value>my large</value>
|
|
</option>
|
|
</options>
|
|
</attribute>
|
|
</attributes>
|
|
</attribute_set>
|
|
<attribute_set>
|
|
<name>Attribute Set 2</name>
|
|
<attributes>
|
|
<attribute>
|
|
<is_required>1</is_required>
|
|
<is_visible_on_front>1</is_visible_on_front>
|
|
<is_visible_in_advanced_search>1</is_visible_in_advanced_search>
|
|
<attribute_code>attributeset2attribute1</attribute_code>
|
|
<backend_type></backend_type>
|
|
<is_searchable>1</is_searchable>
|
|
<is_filterable>1</is_filterable>
|
|
<is_filterable_in_search>1</is_filterable_in_search>
|
|
<frontend_label>Attribute Set 2 - Attribute 1</frontend_label>
|
|
<frontend_input>select</frontend_input>
|
|
<default_value>attributeset2attribute1option1</default_value>
|
|
<options>
|
|
<option>
|
|
<label>Attribute Set 2 - Attribute 1 - Option a</label>
|
|
<value>attributeset2attribute1option1</value>
|
|
</option>
|
|
<option>
|
|
<label>Attribute Set 2 - Attribute 1 - Option b</label>
|
|
<value>attributeset2attribute1option2</value>
|
|
</option>
|
|
<option>
|
|
<label>Attribute Set 2 - Attribute 1 - Option c</label>
|
|
<value>attributeset2attribute1option3</value>
|
|
</option>
|
|
</options>
|
|
</attribute>
|
|
</attributes>
|
|
</attribute_set>
|
|
<attribute_set>
|
|
<name>Attribute Set 3</name>
|
|
<attributes>
|
|
<attribute>
|
|
<is_required>1</is_required>
|
|
<is_visible_on_front>1</is_visible_on_front>
|
|
<is_visible_in_advanced_search>1</is_visible_in_advanced_search>
|
|
<attribute_code>attributeset3attribute1</attribute_code>
|
|
<backend_type></backend_type>
|
|
<is_searchable>1</is_searchable>
|
|
<is_filterable>1</is_filterable>
|
|
<is_filterable_in_search>1</is_filterable_in_search>
|
|
<frontend_label>Attribute Set 3 - Attribute 1</frontend_label>
|
|
<frontend_input>select</frontend_input>
|
|
<default_value>attributeset3attribute1option1</default_value>
|
|
<options>
|
|
<option>
|
|
<label>Attribute Set 3 - Attribute 1 - Option a</label>
|
|
<value>attributeset3attribute1option1</value>
|
|
</option>
|
|
<option>
|
|
<label>Attribute Set 3 - Attribute 1 - Option b</label>
|
|
<value>attributeset3attribute1option2</value>
|
|
</option>
|
|
<option>
|
|
<label>Attribute Set 3 - Attribute 1 - Option c</label>
|
|
<value>attributeset3attribute1option3</value>
|
|
</option>
|
|
</options>
|
|
</attribute>
|
|
</attributes>
|
|
</attribute_set>
|
|
</attribute_sets>
|