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 f64ce79 commit 158ceb3Copy full SHA for 158ceb3
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_Stickycart::config_stickycart" title="Sticky Cart" />
11
+ </resource>
12
13
14
15
+ </resources>
16
+ </acl>
17
+</config>
0 commit comments