<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_CustomForm
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
-->
<widgets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Widget:etc/widget.xsd">
    <widget id="mageplaza_customform_form" class="Mageplaza\CustomForm\Block\CustomForm">
        <label>Mageplaza Custom Form</label>
        <description>Mageplaza Custom Form Widget</description>
        <parameters>
            <parameter name="identifier" xsi:type="text" required="true" visible="true">
                <label>Identifier</label>
            </parameter>
            <parameter name="template" xsi:type="select" required="true" visible="true">
                <label>Template</label>
                <options>
                    <option name="mp-custom-form" value="Mageplaza_CustomForm::custom-form.phtml" selected="true">
                        <label>Default Form Template</label>
                    </option>
                </options>
            </parameter>
        </parameters>
    </widget>
</widgets>
