<?xml version="1.0"?>
<!--
/**
 * Blueskytechco
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Blueskytechco.com license that is
 * available through the world-wide-web at this URL:
 * http://www.blueskytechco.com/license-agreement.html
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category   Blueskytechco
 * @package    Rokanthemes_Brand
 * @copyright  Copyright (c) 2014 Blueskytechco (http://www.blueskytechco.com/)
 * @license    http://www.blueskytechco.com/LICENSE-1.0.html
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
    <acl>
		<resources>
	        <resource id="Magento_Backend::admin">
				<resource id="Rokanthemes_RokanBase::rokanbase" title="Rokanthemes" translate="title" sortOrder="30">
					<resource id="Rokanthemes_Brand::brand" title="Brands" sortOrder="10">
                        <resource id="Rokanthemes_Brand::brand_edit" title="Edit Brand" sortOrder="10" />
                        <resource id="Rokanthemes_Brand::brand_save" title="Save Brand" sortOrder="20" />
                        <resource id="Rokanthemes_Brand::brand_delete" title="Delete Brand" sortOrder="30" />
                    </resource>
                    <resource id="Rokanthemes_Brand::group" title="Groups" sortOrder="30">
                        <resource id="Rokanthemes_Brand::group_edit" title="Edit Group" sortOrder="10" />
                        <resource id="Rokanthemes_Brand::group_save" title="Save Group" sortOrder="20" />
                        <resource id="Rokanthemes_Brand::group_delete" title="Delete Group" sortOrder="30" />
                    </resource>
					<resource id="Rokanthemes_Brand::config_brand" title="Brand Setting" translate="title" sortOrder="60" />
	        	</resource>
	        </resource>
	    </resources>
    </acl>
</config>