moduleLayout.menuItem¶
A ViewHelper for adding a menu item to a doc header menu. It must be a child of <be:moduleLayout.menu>.
Examples¶
Default:
<be:moduleLayout>
<be:moduleLayout.menu identifier="MenuIdentifier">
<be:moduleLayout.menuItem label="Menu item 1" uri="{f:uri.action(action: 'index')}"/>
</be:moduleLayout.menu>
</be:moduleLayout>