Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/code/Amasty/GoogleAddressAutocomplete/etc/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/code/Amasty/GoogleAddressAutocomplete/etc/acl.xml

<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2022 Amasty (https://www.amasty.com)
 * @package Google Address Autocomplete for Magento 2 (System)
 */-->

<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_GoogleAddressAutocomplete::config"
                                      title="Amasty Google Address Autocomplete"
                                      sortOrder="151420" />
                        </resource>
                    </resource>
                </resource>
            </resource>
        </resources>
    </acl>
</config>