Skip to content

Commit

Permalink
magemojo#120 add ACL for admin visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica King committed Sep 8, 2023
1 parent 7da592c commit 4693e79
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions etc/acl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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="MageMojo_Cron::heading" title="MageMojo Cron" translate="title" sortOrder="79">
<resource id="MageMojo_Cron::settings" title="Cron Configuration" translate="title" sortOrder="1"/>
<resource id="MageMojo_Cron::reports" title="Cron Execution Report" translate="title" sortOrder="1"/>
</resource>
</resource>
</resources>
</acl>
</config>

0 comments on commit 4693e79

Please sign in to comment.