12345678910111213141516171819 |
- <?xml version="1.0"?>
- <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::stores">
- <resource id="Magento_Backend::stores_settings">
- <resource id="Magento_Config::config">
- <resource id="Smartwave_Porto::theme_settings" title="Smartwave Porto Theme Settings Panel"/>
- <resource id="Smartwave_Porto::theme_design" title="Smartwave Porto Theme Design Panel"/>
- <resource id="Smartwave_Porto::activation" title="Smartwave Porto Theme Activation"/>
- </resource>
- </resource>
- </resource>
- </resource>
- </resources>
- </acl>
- </config>
|