<?xml version="1.0"?>
<!--
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.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::stores">
                    <resource id="MageWorx_DeliveryDate::main" sortOrder="40" title="MageWorx Delivery Date">
                        <resource id="MageWorx_DeliveryDate::queue" sortOrder="10" title="Queue" />
                        <resource id="MageWorx_DeliveryDate::delivery_option" sortOrder="20" title="Delivery Options" />
                        <resource id="MageWorx_DeliveryDate::manage" sortOrder="20" title="Manage Delivery Options" />
                    </resource>
                    <resource id="Magento_Backend::stores_settings">
                        <resource id="Magento_Config::config" title="Configuration" sortOrder="20">
                            <resource id="MageWorx_DeliveryDate::system_config" title="Delivery Date Settings (by MageWorx)" sortOrder="10" />
                        </resource>
                    </resource>
                </resource>
            </resource>
        </resources>
    </acl>
</config>
