Skip to content

Redirect

banner

With this menu item, you can create a link to another menu. The linked menu will be opened when the user clicks on this item.

If you happen to edit your menus.json file by hand, you can create a redirect item with something like the following. You can read more about the structure of the menus.json file in its documentation.

menus.json
// ...
{
"type": "redirect",
"name": "Main Menu",
"icon": "all-menus.svg",
"iconTheme": "kando",
"data": {
"menu": "Main Menu"
}
},
// ...