<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
    <fieldset name="actions">
        <field name="simple_free_shipping" formElement="select">
            <settings>
                <dataType>text</dataType>
                <label translate="true">Free Shipping</label>
                <dataScope>simple_free_shipping</dataScope>
            </settings>
            <formElements>
                <select>
                    <settings>
                        <options class="Magento\OfflineShipping\Model\Source\SalesRule\FreeShippingOptions"/>
                        <caption translate="true">-- Please Select --</caption>
                    </settings>
                </select>
            </formElements>
        </field>
    </fieldset>
</form>
