12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © 2016 Ihor Vansach (ihor@magefan.com). All rights reserved.
- * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
- *
- * Glory to Ukraine! Glory to the heroes!
- */
- -->
- <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="Magefan_Blog::elements" title="Blog" sortOrder="10">
- <resource id="Magefan_Blog::post" title="Posts" sortOrder="10" />
- <resource id="Magefan_Blog::category" title="Categories" sortOrder="20" />
- <resource id="Magefan_Blog::import" title="Import" sortOrder="30" />
- </resource>
- </resource>
- <resource id="Magento_Backend::stores">
- <resource id="Magento_Backend::stores_settings">
- <resource id="Magento_Config::config">
- <resource id="Magefan_Blog::config_blog" title="Blog Section" />
- </resource>
- </resource>
- </resource>
- </resource>
- </resources>
- </acl>
- </config>
|