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

34 строки
1.8 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. <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  9. <operation name="CustomerAccountShareConfig" dataType="customer_account_sharing_config" type="create" auth="adminFormKey" url="/admin/system_config/save/section/customer/"
  10. successRegex="/messages-message-success/" returnRegex="" method="POST">
  11. <object key="groups" dataType="customer_account_sharing_config">
  12. <object key="account_share" dataType="customer_account_sharing_config">
  13. <object key="fields" dataType="customer_account_sharing_config">
  14. <object key="scope" dataType="account_share_scope_value">
  15. <field key="value">string</field>
  16. </object>
  17. </object>
  18. </object>
  19. </object>
  20. </operation>
  21. <operation name="CustomerAccountShareConfigInherit" dataType="customer_account_sharing_config_inherit" type="create" auth="adminFormKey" url="/admin/system_config/save/section/customer/"
  22. method="POST">
  23. <object key="groups" dataType="customer_account_sharing_config_inherit">
  24. <object key="account_share" dataType="customer_account_sharing_config_inherit">
  25. <object key="fields" dataType="customer_account_sharing_config_inherit">
  26. <object key="scope" dataType="account_share_scope_inherit">
  27. <field key="inherit">boolean</field>
  28. </object>
  29. </object>
  30. </object>
  31. </object>
  32. </operation>
  33. </operations>