123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
- <section name="AdminCreateBackupFormSection">
- <element name="backupNameField" type="input" selector="input[name='backup_name']"/>
- <element name="maintenanceModeCheckbox" type="checkbox" selector="input[name='maintenance_mode']"/>
- <element name="excludeMediaCheckbox" type="checkbox" selector="input[name='exclude_media']"/>
- <element name="ok" type="button" selector=".modal-header button.primary"/>
- <element name="cancel" type="button" selector=".modal-header button.cancel"/>
- </section>
- </sections>
|