You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
-
- <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
- <entity name="SwatchProductAttributeOption1" type="ProductSwatchAttributeOption">
- <var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
- <data key="label" unique="suffix">swatch-option1-</data>
- <data key="is_default">false</data>
- <data key="sort_order">0</data>
- <requiredEntity type="StoreLabel">Option1Store0</requiredEntity>
- <requiredEntity type="StoreLabel">Option1Store1</requiredEntity>
- </entity>
- <entity name="SwatchProductAttributeOption2" type="ProductSwatchAttributeOption">
- <var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
- <data key="label" unique="suffix">swatch-option2-</data>
- <data key="is_default">true</data>
- <data key="sort_order">1</data>
- <requiredEntity type="StoreLabel">Option2Store0</requiredEntity>
- <requiredEntity type="StoreLabel">Option2Store1</requiredEntity>
- </entity>
- <entity name="SwatchProductAttributeOption3" type="ProductSwatchAttributeOption">
- <var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
- <data key="label" unique="suffix">swatch-option3-</data>
- <data key="is_default">true</data>
- <data key="sort_order">2</data>
- <requiredEntity type="StoreLabel">Option3Store0</requiredEntity>
- <requiredEntity type="StoreLabel">Option3Store1</requiredEntity>
- </entity>
- </entities>
|