AdminCreateBackupFormSection.xml 851 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?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>