<?xml version="1.0"?>
<!-- /**
 * Magiccart 
 * @category    Magiccart 
 * @copyright   Copyright (c) 2014 Magiccart (http://www.magiccart.net/) 
 * @license     http://www.magiccart.net/license-agreement.html
 * @Author: DOng NGuyen<nguyen@dvn.com>
 * @@Create Date: 2016-02-23 18:59:34
 * @@Modify Date: 2016-06-28 22:34:18
 * @@Function:
 */ -->
 
<widgets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../Magento/Widget/etc/widget.xsd">
	<widget id="magiccart_brand" class="Magiccart\Shopbrand\Block\Widget\Brand">
		<label translate="true">Brand Logo Widget</label>
		<description>Show Brands Logo</description>
		<parameters>
            <parameter name="template" xsi:type="select" required="true" visible="true">
                <label translate="true">Template</label>
                <options>
                    <option name="default" value="brand.phtml" selected="true">
                        <label translate="true">Default</label>
                    </option>
                </options>
            </parameter>
		</parameters>
	</widget>
	<widget id="magiccart_shopbrand" class="Magiccart\Shopbrand\Block\Widget\Shopbrand">
		<label translate="true">Shop Brand Widget</label>
		<description>Show Brands Logo and Products</description>
		<parameters>
            <parameter name="template" xsi:type="select" required="true" visible="true">
                <label translate="true">Template</label>
                <options>
                    <option name="default" value="shopbrand.phtml" selected="true">
                        <label translate="true">Default</label>
                    </option>
                </options>
            </parameter>
		</parameters>
	</widget>
</widgets>
