Skip to content

Commit

Permalink
Merge pull request #9 from adamkarnowka/fix-add-acl-file
Browse files Browse the repository at this point in the history
Create acl.xml
  • Loading branch information
alexoanea authored Feb 3, 2022
2 parents 233de6d + 945737d commit b5c44ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/code/MentionMe/MentionMe/etc/acl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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="MentionMe_MentionMe::config" title="MentionMe settings" translate="title" sortOrder="10" />
</resource>
</resources>
</acl>
</config>

0 comments on commit b5c44ba

Please sign in to comment.