magento2-docker/app/code/IpSupply/CustomerComplain/etc/widget.xml

22 lines
1011 B
XML
Executable File

<?xml version="1.0" ?>
<widgets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Widget:etc/widget.xsd">
<widget class="IpSupply\CustomerComplain\Block\Widget\CustomerComplainWidget" id="ipsupply_widget_customercomplain">
<label translate="true">Customer Complain</label>
<description></description>
<parameters>
<parameter name="complain_title" sort_order="1" visible="true" xsi:type="text">
<label>Complain title</label>
</parameter>
<parameter name="template" xsi:type="select" visible="true">
<label translate="true">Template</label>
<options>
<option name="default"
value="IpSupply_CustomerComplain::widget/widgetcomplainform.phtml" selected="true">
<label translate="true">Customer complain from</label>
</option>
</options>
</parameter>
</parameters>
</widget>
</widgets>