CustomAttributeData.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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="CustomAttributeDynamicPrice" type="custom_attribute">
  11. <data key="attribute_code">price_type</data>
  12. <data key="value">0</data>
  13. </entity>
  14. <entity name="CustomAttributeFixPrice" type="custom_attribute">
  15. <data key="attribute_code">price_type</data>
  16. <data key="value">1</data>
  17. </entity>
  18. <entity name="CustomAttributePriceView" type="custom_attribute">
  19. <data key="attribute_code">price_view</data>
  20. <data key="value">1</data>
  21. </entity>
  22. <entity name="CustomAttributePriceViewRange" type="custom_attribute">
  23. <data key="attribute_code">price_view</data>
  24. <data key="value">0</data>
  25. </entity>
  26. <entity name="CustomAttributeFixWeight" type="custom_attribute">
  27. <data key="attribute_code">weight_type</data>
  28. <data key="value">1</data>
  29. </entity>
  30. <entity name="CustomAttributeFixSku" type="custom_attribute">
  31. <data key="attribute_code">sku_type</data>
  32. <data key="value">1</data>
  33. </entity>
  34. </entities>