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.
 
 
 
 
 
 

36 lines
1.7 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <entity name="SwatchProductAttributeOption1" type="ProductSwatchAttributeOption">
  11. <var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
  12. <data key="label" unique="suffix">swatch-option1-</data>
  13. <data key="is_default">false</data>
  14. <data key="sort_order">0</data>
  15. <requiredEntity type="StoreLabel">Option1Store0</requiredEntity>
  16. <requiredEntity type="StoreLabel">Option1Store1</requiredEntity>
  17. </entity>
  18. <entity name="SwatchProductAttributeOption2" type="ProductSwatchAttributeOption">
  19. <var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
  20. <data key="label" unique="suffix">swatch-option2-</data>
  21. <data key="is_default">true</data>
  22. <data key="sort_order">1</data>
  23. <requiredEntity type="StoreLabel">Option2Store0</requiredEntity>
  24. <requiredEntity type="StoreLabel">Option2Store1</requiredEntity>
  25. </entity>
  26. <entity name="SwatchProductAttributeOption3" type="ProductSwatchAttributeOption">
  27. <var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
  28. <data key="label" unique="suffix">swatch-option3-</data>
  29. <data key="is_default">true</data>
  30. <data key="sort_order">2</data>
  31. <requiredEntity type="StoreLabel">Option3Store0</requiredEntity>
  32. <requiredEntity type="StoreLabel">Option3Store1</requiredEntity>
  33. </entity>
  34. </entities>