<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
 * @package Store Locator for Magento 2
 */-->
<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="Amasty_Storelocator::config" title="Amasty Storelocator Page" sortOrder="192012" />
                        </resource>
                    </resource>
                </resource>

                <resource id="Magento_Backend::content">
                    <resource id="Amasty_Storelocator::storelocator" title="Amasty: Store Locator" sortOrder="30" >
                        <resource id="Amasty_Storelocator::location" title="Amasty Store Locator Locations" />
                        <resource id="Amasty_Storelocator::attributes" title="Amasty Location Attributes" />
                        <resource id="Amasty_Storelocator::schedule" title="Amasty Location Schedules" />
                        <resource id="Amasty_Storelocator::reviews" title="Amasty Location Reviews" />
                    </resource>
                </resource>
            </resource>
        </resources>
    </acl>
</config>