Customize Vertical Menu
Add, Edit and Delete a Vertical Menu
Last updated
{
id: 'id of the menu',
title: 'Title of the menu',
translate: 'Translation Key',
type: 'collapse',
icon: 'icon of the menu',
children: [..submenu items..]
}{
id: 'id of the menu',
title: 'Title of the menu',
translate: 'Translation Key',
type: 'item',
icon: 'icon of the menu',
url: 'route url'
}