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

19 lines
830 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\ChatMessage\Block\Widget\ChatBlockControl" id="ipsupply_chatmessage_chatWidget">
<label translate="true">Chat Message Prology</label>
<description></description>
<parameters>
<parameter name="template" xsi:type="select" visible="true">
<label translate="true">Template</label>
<options>
<option name="default"
value="IpSupply_ChatMessage::widget/chatwidget.phtml" selected="true">
<label translate="true">Chat widget</label>
</option>
</options>
</parameter>
</parameters>
</widget>
</widgets>