123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
- <operation name="CreatePersistentConfigState" dataType="persistent_config_state" type="create" auth="adminFormKey" url="/admin/system_config/save/section/persistent/" method="POST">
- <object key="groups" dataType="persistent_config_state">
- <object key="options" dataType="persistent_config_state">
- <object key="fields" dataType="persistent_config_state">
- <object key="enabled" dataType="persistent_options_enabled">
- <field key="value">string</field>
- </object>
- <object key="logout_clear" dataType="persistent_options_logout_clear">
- <field key="value">string</field>
- </object>
- </object>
- </object>
- </object>
- </operation>
- </operations>
|