persistent_config-meta.xml 1.1 KB

123456789101112131415161718192021222324
  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="CreatePersistentConfigState" dataType="persistent_config_state" type="create" auth="adminFormKey" url="/admin/system_config/save/section/persistent/" method="POST">
  10. <object key="groups" dataType="persistent_config_state">
  11. <object key="options" dataType="persistent_config_state">
  12. <object key="fields" dataType="persistent_config_state">
  13. <object key="enabled" dataType="persistent_options_enabled">
  14. <field key="value">string</field>
  15. </object>
  16. <object key="logout_clear" dataType="persistent_options_logout_clear">
  17. <field key="value">string</field>
  18. </object>
  19. </object>
  20. </object>
  21. </object>
  22. </operation>
  23. </operations>