acl.xml 960 B

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
  3. <acl>
  4. <resources>
  5. <resource id="Magento_Backend::admin">
  6. <resource id="Magento_Backend::stores">
  7. <resource id="Magento_Backend::stores_settings">
  8. <resource id="Magento_Config::config">
  9. <resource id="Smartwave_Porto::theme_settings" title="Smartwave Porto Theme Settings Panel"/>
  10. <resource id="Smartwave_Porto::theme_design" title="Smartwave Porto Theme Design Panel"/>
  11. <resource id="Smartwave_Porto::activation" title="Smartwave Porto Theme Activation"/>
  12. </resource>
  13. </resource>
  14. </resource>
  15. </resource>
  16. </resources>
  17. </acl>
  18. </config>