<?xml version="1.0"?>
<!--
/**
 * Seizera Software.
 *
 * @category  Seizera
 * @package   Seizera_TourDetails
 * @author    Seizera
 * @copyright Copyright (c) 2019 Seizera Software Private Limited (https://seizera.com)
 * @license   https://seizera.com/license.html
 */
-->
<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_Catalog::catalog" title="Catalog" translate="title" sortOrder="30">
                    <resource id="Seizera_TourDetails::itinerary_config" title="Itinerary Details" translate="title" sortOrder="50">
                        <resource id="Seizera_TourDetails::days" title="Days" translate="title" sortOrder="70" />
                        <resource id="Seizera_TourDetails::hotels" title="Hotels" translate="title" sortOrder="80" />
                    </resource>
                </resource>

            </resource>
        </resources>
    </acl>
</config>