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

20 строки
870 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" xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  9. <operation name="Translation" dataType="translation_operation" type="create" url="/translation/ajax/index" method="POST" auth="customerFormKey">
  10. <field key="customer_email">string</field>
  11. <field key="customer_password">string</field>
  12. <object key="translate" dataType="translation_operation">
  13. <object key="0" dataType="translation_operation_translate">
  14. <field key="original">string</field>
  15. <field key="custom">string</field>
  16. </object>
  17. </object>
  18. </operation>
  19. </operations>