<?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-03-29 13:27:20
 * @@Function:
 */ -->
 
<widgets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../Magento/Widget/etc/widget.xsd">
	<widget id="magiccart_testimonial" class="Magiccart\Testimonial\Block\Widget\Testimonial">
		<label translate="true">Testimonial Widget</label>
		<description>Testimonials</description>
		<parameters>
            <parameter name="template" xsi:type="select" required="true" visible="true">
                <label translate="true">Template</label>
                <options>
                    <option name="default" value="testimonial.phtml" selected="true">
                        <label translate="true">Default</label>
                    </option>
                    <option name="centerMode" value="testimonial-center-mode.phtml">
                        <label translate="true">Center Mode</label>
                    </option>
                </options>
            </parameter>
		</parameters>
	</widget>
</widgets>
