| Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/mageplaza/magento-2-blog-extension/etc/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/vendor/mageplaza/magento-2-blog-extension/etc/acl.xml |
<?xml version="1.0"?>
<!--
/**
* Mageplaza
*
* NOTICE OF LICENSE
*
* This source file is subject to the Mageplaza.com license that is
* available through the world-wide-web at this URL:
* https://www.mageplaza.com/LICENSE.txt
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category Mageplaza
* @package Mageplaza_Blog
* @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/)
* @license https://www.mageplaza.com/LICENSE.txt
*/
-->
<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="Magento_Backend::content">
<resource id="Mageplaza_Blog::blog" title="Mageplaza Better Blog" sortOrder="25">
<resource id="Mageplaza_Blog::post" title="Posts" sortOrder="10"/>
<resource id="Mageplaza_Blog::tag" title="Tags" sortOrder="20"/>
<resource id="Mageplaza_Blog::topic" title="Topics" sortOrder="30"/>
<resource id="Mageplaza_Blog::category" title="Categories" sortOrder="40"/>
<resource id="Mageplaza_Blog::author" title="Author Information" sortOrder="50"/>
<resource id="Mageplaza_Blog::comment" title="Manage Comments" sortOrder="60"/>
<resource id="Mageplaza_Blog::import" title="Import" sortOrder="65"/>
</resource>
</resource>
<resource id="Magento_Backend::stores">
<resource id="Magento_Backend::stores_settings">
<resource id="Magento_Config::config">
<resource id="Mageplaza_Blog::configuration" title="Mageplaza Better Blog"/>
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>