We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cf104 commit 0032cabCopy full SHA for 0032cab
etc/acl.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0"?>
2
+
3
+<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
4
+ <acl>
5
+ <resources>
6
+ <resource id="Magento_Backend::admin">
7
+ <resource id="Magento_Backend::stores">
8
+ <resource id="Magento_Backend::stores_settings">
9
+ <resource id="Magento_Config::config">
10
+ <resource id="Magepow_Categories::config_system" title="Categories" />
11
+ </resource>
12
13
14
15
+ </resources>
16
+ </acl>
17
+</config>
0 commit comments