<?xml version="1.0"?>
<!--
/**
 * Copyright © 2015 Magento. 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_Backend::mgs">
					<resource id="MGS_Testimonial::testimonial" title="Testimonial" sortOrder="40">
						<resource id="MGS_Testimonial::manage" title="Manage Items" sortOrder="10"/>
					</resource>
				</resource>
            </resource>
        </resources>
    </acl>
</config>
