dymu_config/menu/menu_staff.json

221 lines
7.4 KiB
JSON
Raw Permalink Normal View History

2025-11-16 21:52:47 +00:00
{
2025-11-17 08:30:58 +00:00
"id": "menu_staff",
2025-11-16 21:52:47 +00:00
"intent": "",
"label": "L0 Menu",
"children": [
{
"children": [
{
"id": "menu_001_001",
"label": "Dashboard",
"intent": "/content/dashboard.html",
"target": "Dashboard",
"icon": "fa-tachometer-alt",
"icon_active": "fa-chart-line",
"tenant": ""
},
{
"id": "menu_001_002",
"label": "Alternate Dashboard",
"intent": "/content/dashboard-alt.html",
"target": "Dashboard",
"icon": "fa-chart-line",
"tenant": ""
}
],
"id": "menu_001",
"label": "Home",
"target": "_blank",
"icon": "fa-home",
"tenant": ""
},
{
"children": [
{
"id": "menu_002_001",
"intent": "/content/viewaccounts.html",
"label": "View",
"target": "Accounts",
"icon": "fa-eye",
"tenant": ""
},
{
"id": "menu_002_002",
"intent": "/content/transfer.html",
"label": "Transfer",
"target": "Payment",
"icon": "fa-exchange-alt",
"tenant": ""
},
{
"id": "menu_002_003",
"intent": "/content/payment.html",
"label": "Payment",
"target": "Payment",
"icon": "fa-money-check-dollar",
"tenant": ""
}
],
"id": "menu_002",
"label": "Accounts",
"target": "_blank",
"icon": "fa-wallet",
"tenant": ""
},
{
"children": [
{
"id": "menu_003_001",
"intent": "https://news.com.au",
"label": "News (AU)",
"target": "news",
"icon": "fa-envelope",
"tenant": ""
},
{
"id": "menu_003_002",
"intent": "https://bbc.co.uk/news",
"label": "BBC",
"target": "news",
"icon": "fa-radio",
"tenant": ""
},
{
"id": "menu_003_003",
"intent": "https://smh.com.au",
"label": "SMH",
"target": "news",
"icon": "fa-envelope-open",
"tenant": ""
},
{
"id": "menu_003_004",
"intent": "https://cnn.com",
"label": "CNN",
"target": "news",
"icon": "fa-envelope-open",
"tenant": ""
}
],
"id": "menu_003",
"intent": "/accounts",
"label": "News",
"target": "_blank",
"icon": "fa-newspaper",
"tenant": ""
},
{
"children": [
{
"id": "menu_004_001",
"label": "Production Site",
"intent": "https://villacentrum.com",
"target": "vcm",
"icon": "fa-server",
"function_id": "menu_004_001",
"tenant": ""
},
{
"id": "menu_004_002",
"label": "Photos",
"icon": "fa-images",
"icon_active": "fa-level-up-alt",
"tenant": "",
"function_id": "menu_004_002",
"children": [
{
"id": "menu_004_002_001",
"label": "Global notes 1",
"intent": "/content/global_notes1.html",
"icon": "fa-image",
"icon_active": "fa-image",
2025-12-10 03:24:28 +00:00
"target": "photos",
"targetLabel": "Photos",
2025-11-16 21:52:47 +00:00
"function_id": "menu_004_002_001",
"tenant": ""
},
{
"id": "menu_004_002_002",
"label": "Oberon lake",
"intent": "/content/IMG_6662.html",
2025-12-10 03:24:28 +00:00
"target": "photos",
"targetLabel": "Photos",
2025-11-16 21:52:47 +00:00
"icon": "fa-image",
"icon_active": "fa-image",
"function_id": "menu_004_002_002",
"tenant": ""
}
]
}
],
"id": "menu_004",
"label": "Villa Centrum",
"icon": "fa-building",
"icon_active": "fa-building",
"function_id": "menu_004",
"tenant": ""
},
{
"children": [
{
"id": "menu_005_001",
"intent": "https://google.com.au",
"label": "Google",
"target": "search",
"icon": "fa-magnifying-glass",
"tenant": ""
},
{
"id": "menu_005_002",
"intent": "https://bing.com",
"label": "Bing",
"target": "search",
"icon": "fa-magnifying-glass-dollar",
"tenant": ""
},
{
"id": "menu_005_003",
"intent": "https://duckduckgo.com/",
"label": "Duck Duck Go",
"target": "search",
"icon": "fa-magnifying-glass",
"tenant": ""
}
],
"id": "menu_005",
"intent": "",
"label": "Search",
"target": "_blank",
"icon": "fa-magnifying-glass-location",
"function_id": "menu_005",
"tenant": ""
},
{
"children": [
{
"id": "menu_099_001",
"intent": "/content/about.html",
"label": "About",
"target": "Support",
"icon": "fa-circle-info",
"function_id": "menu_099_001",
"tenant": ""
},
{
"id": "menu_099_002",
"intent": "/content/contact.html",
"label": "Contact",
"target": "Support",
"icon": "fa-phone",
"function_id": "menu_099_002",
"tenant": ""
}
],
"id": "menu_099",
"intent": "",
"label": "Support",
"icon": "fa-caret-right",
"tenant": ""
}
]
}