m2.Breadcrumbs icon indicating copy to clipboard operation
m2.Breadcrumbs copied to clipboard

Sorry not an issue but can somebody help me adding an extra breadcrum?

Open digikeijs opened this issue 6 years ago • 0 comments

Hi, Love this modulue, we use a helpdesk and rma module who have a link in the customer account. I want to add this to vendor/faonni/module-breadcrumbs/view/frontend/layout but not sure how to do so, can somebody help me?

this is the xml of the helpdesk module

<?xml version="1.0" encoding="UTF-8"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="customer_account_navigation"> <block class="Mirasvit\Helpdesk\Block\Account\Link" ifconfig="helpdesk/frontend/is_active" name="customer-account-navigation-helpdesk-link"> <arguments> <argument name="path" xsi:type="string">helpdesk</argument> <argument name="label" xsi:type="string">Help Desk</argument> </arguments> </block> </referenceBlock> </body> </page>

Sander

digikeijs avatar Feb 03 '19 19:02 digikeijs