Extending the Help Menu
Learn how to extend the Help Menu in the Backoffice UI.
Last updated
Was this helpful?
Was this helpful?
{
"type": "menuItem",
"kind": "link",
"alias": "My.MenuItem.Help.Name",
"name": "Name Of The Help Menu Item",
"weight": 300,
"meta": {
"menus": ["Umb.Menu.Help"],
"label": "My Help Menu Item",
"icon": "icon-link",
"href": "https://link.to/help"
}
}import { UMB_HELP_MENU_ALIAS } from "@umbraco-cms/backoffice/help";