-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathacl.xml
executable file
·26 lines (26 loc) · 933 Bytes
/
acl.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<!--
/**
* Copyright © 2017 CGI. All rights reserved.
* See COPYING.txt for license details.
*
* @author CGI <info.de@cgi.com>
* @copyright 2017 CGI
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.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="Enqueue_Enqueue::configuration" title="Enqueue"/>
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>