<?xml version="1.0"?>
<!--
/**
 * EaDesgin
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@eadesign.ro so we can send you a copy immediately.
 *
 * @category    eadesigndev_pdfgenerator
 * @copyright   Copyright (c) 2008-2016 EaDesign by Eco Active S.R.L.
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
    <menu>
        <add id="Eadesigndev_Eacore::eadesign"
             title="EaDesign"
             module="Eadesigndev_Eacore"
             sortOrder="80"
             resource="Magento_Backend::admin"
        />
        <add id="Eadesigndev_Eacore::other"
             title="Other"
             module="Eadesigndev_Eacore"
             sortOrder="999"
             resource="Magento_Backend::eadesign"
             parent="Eadesigndev_Eacore::eadesign"
        />

        <add id="Eadesigndev_Eacore::index"
             title="Details"
             module="Eadesigndev_Eacore"
             sortOrder="1000"
             action="eacore/index"
             resource="Eadesigndev_Eacore::index"
             parent="Eadesigndev_Eacore::other"
        />
    </menu>
</config>
