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

23 строки
1001 B

  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"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  10. <operation name="WebUrlOptionsConfig" dataType="web_url_use_store" type="create" auth="adminFormKey" url="/admin/system_config/save/section/web/"
  11. method="POST" successRegex="/messages-message-success/" returnRegex="">
  12. <object key="groups" dataType="web_url_use_store">
  13. <object key="url" dataType="web_url_use_store">
  14. <object key="fields" dataType="web_url_use_store">
  15. <object key="use_store" dataType="url_use_store_value">
  16. <field key="value">string</field>
  17. </object>
  18. </object>
  19. </object>
  20. </object>
  21. </operation>
  22. </operations>