magento2-docker/app/code/IpSupply/QuoteIn/view/frontend/layout/customer_account.xml

14 lines
643 B
XML
Executable File

<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="customer_account_navigation">
<block class="Magento\Framework\View\Element\Html\Link\Current" name="customer-account-navigation-quotein-link">
<arguments>
<argument name="path" xsi:type="string">quote_in</argument>
<argument name="label" xsi:type="string">Quotes In</argument>
</arguments>
</block>
</referenceBlock>
</body>
</page>