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

22 строки
852 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="CreateNestedExtensionAttribute" dataType="customer_nested_extension_attribute" type="create">
  11. <field key="id">integer</field>
  12. <field key="customer_id">integer</field>
  13. <field key="value">string</field>
  14. </operation>
  15. <operation name="UpdateNestedExtensionAttribute" dataType="customer_nested_extension_attribute" type="update">
  16. <field key="id">integer</field>
  17. <field key="customer_id">integer</field>
  18. <field key="value">string</field>
  19. </operation>
  20. </operations>