CountryOptionConfigData.xml 1.0 KB

123456789101112131415161718192021222324
  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="EnableAdminAccountAllowCountry" type="admin_account_country_options_config">
  11. <requiredEntity type="admin_account_country_options_value">AdminAccountAllowCountryUS</requiredEntity>
  12. </entity>
  13. <entity name="AdminAccountAllowCountryUS" type="admin_account_country_options_value">
  14. <data key="value">US</data>
  15. </entity>
  16. <entity name="DisableAdminAccountAllowCountry" type="default_admin_account_country_options_config">
  17. <requiredEntity type="checkoutTotalFlagZero">DefaultAdminAccountAllowCountry</requiredEntity>
  18. </entity>
  19. <entity name="DefaultAdminAccountAllowCountry" type="checkoutTotalFlagZero">
  20. <data key="value">0</data>
  21. </entity>
  22. </entities>