Skip to content

Commit 158ceb3

Browse files
committed
Create acl.xml
1 parent f64ce79 commit 158ceb3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

etc/acl.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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_Stickycart::config_stickycart" title="Sticky Cart" />
11+
</resource>
12+
</resource>
13+
</resource>
14+
</resource>
15+
</resources>
16+
</acl>
17+
</config>

0 commit comments

Comments
 (0)