CustomerConfigData.xml 1010 B

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="CustomerAccountSharingDefault" type="customer_account_sharing_config">
  11. <requiredEntity type="account_share_scope_value">CustomerAccountSharingPerWebsite</requiredEntity>
  12. </entity>
  13. <entity name="CustomerAccountSharingPerWebsite" type="account_share_scope_value">
  14. <data key="value">1</data>
  15. </entity>
  16. <entity name="CustomerAccountSharingGlobal" type="customer_account_sharing_config">
  17. <requiredEntity type="account_share_scope_value">GlobalCustomerAccountSharing</requiredEntity>
  18. </entity>
  19. <entity name="GlobalCustomerAccountSharing" type="account_share_scope_value">
  20. <data key="value">0</data>
  21. </entity>
  22. </entities>