acl.xml 659 Bytes
<?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_TestModuleJoinDirectives::all" title="TestJoinDirectives" sortOrder="1">
                    <resource id="Magento_TestModuleJoinDirectives::getList" title="GetList" sortOrder="10"/>
                </resource>
            </resource>
        </resources>
    </acl>
</config>