dymu_config/menu/menu_full.json

88 lines
2.7 KiB
JSON

{
"id": "menu_full",
"intent": "",
"label": "L0 Menu",
"children": [
{
"children": [
{
"id": "menu_001_001",
"label": "Dashboard**",
"intent": "https://villacentrum.com/",
"target": "_blank",
"tenant": ""
},
{
"id": "menu_001_002",
"label": "Alternate Dashboard",
"intent": "https://google.com.au/",
"target": "_blank",
"tenant": ""
}
],
"id": "menu_001",
"intent": "https://sit.villacentrum.com/",
"label": "Home",
"target": "_blank",
"tenant": ""
},
{
"children": [
{
"id": "menu_002_001",
"label": "View",
"target": "_blank",
"tenant": ""
},
{
"id": "menu_002_002",
"label": "Transfer",
"target": "_blank",
"tenant": ""
}
],
"id": "menu_002",
"intent": "/accounts",
"label": "Accounts",
"target": "_blank",
"tenant": ""
},
{
"children": [
{
"id": "menu_003_001",
"label": "Production Site",
"intent": "https://villacentrum.com",
"target": "vcm",
"tenant": ""
},
{
"id": "menu_003_002",
"label": "SIT (Testing) Site",
"intent": "https://sit.villacentrum.com",
"target": "vcm",
"tenant": "",
"children": [
{
"id": "menu_003_002_001",
"label": "Submenu Level 3 - 1",
"intent": "/submenu_level_3_1",
"target": "_blank",
"tenant": ""
},
{
"id": "menu_003_002_002",
"label": "Submenu Level 3 - 2",
"intent": "/submenu_level_3_2",
"target": "_blank",
"tenant": ""
}
]
}
],
"id": "menu_001",
"label": "Villa Centrum",
"tenant": ""
}
]
}