Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

34 строки
1.5 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="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. <entity name="SetAdminAccountAllowCountryToDefaultForDefaultWebsite" type="default_admin_account_country_options_config_for_default_website">
  23. <requiredEntity type="checkoutTotalFlagZero">DefaultAdminAccountAllowCountry</requiredEntity>
  24. </entity>
  25. <entity name="SetAllowedCountryUsConfig">
  26. <data key="path">general/country/allow</data>
  27. <data key="value">US</data>
  28. <data key="scope">websites</data>
  29. <data key="scope_code">base</data>
  30. </entity>
  31. </entities>