19 lines
843 B
XML
Executable File
19 lines
843 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\HotPick\Block\Widget\HotPickWidget" id="ipsupply_hotpick_widget">
|
|
<label translate="true">Hot Pick Product</label>
|
|
<description></description>
|
|
<parameters>
|
|
<parameter name="template" xsi:type="select" visible="true">
|
|
<label translate="true">Template</label>
|
|
<options>
|
|
<option name="default"
|
|
value="IpSupply_HotPick::widget/HotPickWidget.phtml" selected="true">
|
|
<label translate="true">Hot pick product widget template</label>
|
|
</option>
|
|
</options>
|
|
</parameter>
|
|
</parameters>
|
|
</widget>
|
|
</widgets> |