forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacl.xml
20 lines (20 loc) · 842 Bytes
/
acl.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<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_TestModuleMSC::all" title="TestModuleMSC" sortOrder="1">
<resource id="Magento_TestModuleMSC::resource1" title="Resource1" sortOrder="20"/>
<resource id="Magento_TestModuleMSC::resource2" title="Resource2" sortOrder="10"/>
<resource id="Magento_TestModuleMSC::resource3" title="Resource3" sortOrder="30"/>
</resource>
</resource>
</resources>
</acl>
</config>