<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
    <menu>
        <remove id="Magento_Backend::marketing"/>
        <update id="Magento_Customer::customer" title="Shipping Users" translate="title" module="Magento_Customer" sortOrder="30" resource="Magento_Customer::customer"/>
		<add id="CTSG_ShippingAccount::ctsg_shipping_account" title="CTSG Shipping Account" module="CTSG_ShippingAccount" sortOrder="500" resource="Magento_Backend::content" parent="Magento_Customer::customer" action="ctsg_shippingaccount/ctsgshippingaccount/index"/>
        <add id="CTSG_ShippingAccount::template" title="Email Templates" translate="title" module="CTSG_ShippingAccount" sortOrder="600" parent="Magento_Customer::customer" action="adminhtml/email_template" resource="Magento_Backend::content"/>
    </menu>
</config>
