StoreGroupData.xml 800 B

1234567891011121314151617181920
  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="CustomStoreGroupCustomWebsite" type="group">
  11. <data key="group_id">null</data>
  12. <data key="name" unique="suffix">Store Group Custom Website</data>
  13. <data key="code" unique="suffix">store_group_custom_website</data>
  14. <data key="root_category_id">2</data>
  15. <data key="store_action">add</data>
  16. <data key="store_type">group</data>
  17. <requiredEntity type="website">customWebsite</requiredEntity>
  18. </entity>
  19. </entities>