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 f64ce79 commit 158ceb3
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_Stickycart::config_stickycart" title="Sticky Cart" />
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>

0 comments on commit 158ceb3

Please sign in to comment.