magento2-menu icon indicating copy to clipboard operation
magento2-menu copied to clipboard

Feature/102193

Open dawiddczaja opened this issue 1 year ago • 1 comments

This feature allows you to use the same custom template for several menus. To do this, when declaring the menu in the xml file, add the parameter "menu_template_dir" It should look like this:

<block name="menu-1" class="Snowdog\Menu\Block\Menu">
                <arguments>
                    <argument name="menu" xsi:type="string">menu-1</argument>
                    <argument name="menu_template_dir" xsi:type="string">custom-menu</argument>
                </arguments>
</block>

dawiddczaja avatar Sep 07 '23 09:09 dawiddczaja