<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Customer Attributes Base for Magento 2
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
    <menu>
        <add id="Amasty_CustomerAttributes::attributes"
             title="Customer Attributes"
             module="Amasty_CustomerAttributes"
             sortOrder="50"
             parent="Magento_Customer::customer"
             resource="Amasty_CustomerAttributes::attribute"/>
        <add id="Amasty_CustomerAttributes::attributes_manage"
             title="Manage Customer Attributes"
             module="Amasty_CustomerAttributes"
             sortOrder="3"
             parent="Amasty_CustomerAttributes::attributes"
             action="amcustomerattr/attribute/"
             resource="Amasty_CustomerAttributes::attributes_manage"/>
        <add id="Amasty_CustomerAttributes::attributes_relation"
             title="Manage Attribute Relations"
             module="Amasty_CustomerAttributes"
             sortOrder="40"
             parent="Amasty_CustomerAttributes::attributes"
             action="amcustomerattr/relation/index"
             resource="Amasty_CustomerAttributes::attributes_relation"/>
    </menu>
</config>
