<?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 id="bluelogic_homepage_menu" class="BlueLogic\Homepage\Block\Widget\Menu">
		<label>Menu</label>
		<description>Menu</description>
		<parameters>
			<parameter name="is_header" xsi:type="text" visible="true" sort_order="10">
				<label>is_header</label>
			</parameter>
		</parameters>
	</widget>
	<widget id="bluelogic_homepage_topCategory" class="BlueLogic\Homepage\Block\Widget\TopCategory">
		<label>Top Category List</label>
		<description>List of Top Categories</description>
		<parameters>
			<parameter name="topCategorySection_title" xsi:type="text" visible="true" sort_order="10">
				<label>Top Category Section Title</label>
			</parameter>
		</parameters>
	</widget>
	<widget id="bluelogic_homepage_essentialDeals" class="BlueLogic\Homepage\Block\Widget\EssentialDeals">
		<label>Essential Deals List</label>
		<description>List of categories in Essential Deals section</description>
		<parameters>
			<parameter name="essentialDealSection_title" xsi:type="text" visible="true" sort_order="10">
				<label>Essential Deals Section Title</label>
			</parameter>
		</parameters>
	</widget>
	<widget id="bluelogic_showcategories" class="BlueLogic\Homepage\Block\Widget\ShowCategories">
        <label translate="true">Show Categories</label>
        <description>Displayed in home page</description>
        <parameters>
            <parameter name="categories_title" xsi:type="text"  visible="true" sort_order="1" >
                <label translate="true">All Category Section Title</label>
            </parameter>
        </parameters>
    </widget>
	<widget id="bluelogic_bestsellers" class="BlueLogic\Homepage\Block\Widget\BestSellers">
        <label translate="true">Show Best Sellers</label>
        <description>Best Seller Products displayed in home page</description>
        <parameters>
            <parameter name="bestSellerSection_title" xsi:type="text"  visible="true" sort_order="1" >
                <label translate="true">Title to be displayed for the section</label>
            </parameter>
        </parameters>
    </widget>
	<widget id="bluelogic_highlights" class="BlueLogic\Homepage\Block\Widget\Highlights">
        <label translate="true">Show Highlights</label>
        <description>Best Seller Products in particular category displayed in home page</description>
        <parameters>
            <parameter name="highlightsSection_title" xsi:type="text"  visible="true" sort_order="1" >
                <label translate="true">Title to be displayed for the section</label>
            </parameter>
			<parameter name="highlightsSection_categoryId" xsi:type="text"  visible="true" sort_order="1" >
                <label translate="true">ID of the Category to be displayed(Find Category ID from Catalog->Category page given in paranthesis)</label>
            </parameter>
        </parameters>
    </widget>
    <widget id="exclusive_discount" class="BlueLogic\Homepage\Block\Widget\ExclusiveDiscount">
        <label translate="true">Exclusive Discount</label>
        <description>Best Seller Products in particular category displayed in home page</description>
        <parameters>
            <parameter name="exclusivediscount_title" xsi:type="text"  visible="true" sort_order="1" >
                <label translate="true">Title to be displayed for the section</label>
            </parameter>
        </parameters>
    </widget>
</widgets>
