GiftOptionsData.xml 1.0 KB

123456789101112131415161718192021222324252627
  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="EnableGiftMessageForOrder" type="gift_message_config_state">
  11. <requiredEntity type="allow_order">AllowGiftMessageForOrder</requiredEntity>
  12. </entity>
  13. <entity name="AllowGiftMessageForOrder" type="allow_order">
  14. <data key="value">1</data>
  15. </entity>
  16. <entity name="DefaultConfigGiftMessageOptions" type="gift_message_config_state">
  17. <requiredEntity type="allow_order">OrderDefault</requiredEntity>
  18. <requiredEntity type="allow_items">ItemsDefault</requiredEntity>
  19. </entity>
  20. <entity name="OrderDefault" type="allow_order">
  21. <data key="value">0</data>
  22. </entity>
  23. <entity name="ItemsDefault" type="allow_items">
  24. <data key="value">0</data>
  25. </entity>
  26. </entities>