Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Add missing ACL node
Browse files Browse the repository at this point in the history
  • Loading branch information
xpoback committed Jul 9, 2020
1 parent f57da80 commit badb0c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
<resources>
<resource id="Magento_Backend::admin">
<resource id="Magento_Backend::stores">
<resource id="Magento_Config::config">
<resource id="Snk_Usercentrics::general" title="SNK Usercentrics" sortOrder="10"/>
<resource id="Magento_Backend::stores_settings">
<resource id="Magento_Config::config">
<resource id="Snk_Usercentrics::general" title="SNK Usercentrics" sortOrder="10"/>
</resource>
</resource>
</resource>
</resource>
Expand Down

0 comments on commit badb0c4

Please sign in to comment.