Skip to content

Commit

Permalink
Create acl.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alothemes committed Jan 7, 2021
1 parent a9cf104 commit 0032cab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions etc/acl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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="Magepow_Categories::config_system" title="Categories" />
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>

0 comments on commit 0032cab

Please sign in to comment.