WeeeConfigData.xml 888 B

12345678910111213141516171819202122232425
  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. <!-- Fixed Product Taxes Enable-->
  11. <entity name="WeeeConfigEnable" type="weee_config">
  12. <requiredEntity type="enableFPT">EnableFPT</requiredEntity>
  13. </entity>
  14. <entity name="EnableFPT" type="enableFPT">
  15. <data key="value">1</data>
  16. </entity>
  17. <!-- Fixed Product Taxes Disable-->
  18. <entity name="WeeeConfigDisable" type="weee_config_default">
  19. <requiredEntity type="disableFPT">DisableFPT</requiredEntity>
  20. </entity>
  21. <entity name="DisableFPT" type="disableFPT">
  22. <data key="value">0</data>
  23. </entity>
  24. </entities>