Updating menus
parent
3b58524d17
commit
e9f98ffe32
|
|
@ -21,7 +21,20 @@ menu-005-003
|
||||||
menu-099-001
|
menu-099-001
|
||||||
menu-099-002
|
menu-099-002
|
||||||
apps2
|
apps2
|
||||||
apps2-002
|
apps2-001
|
||||||
apps2-002-001
|
apps2-001-001
|
||||||
apps2-002-002
|
apps2-001-002
|
||||||
apps2-002-003
|
apps2-001-003
|
||||||
|
apps3
|
||||||
|
apps3-001
|
||||||
|
apps3-001-001
|
||||||
|
apps3-001-002
|
||||||
|
apps3-001-003
|
||||||
|
apps3-002
|
||||||
|
apps3-002-001
|
||||||
|
apps3-002-002
|
||||||
|
apps3-002-003
|
||||||
|
apps3-003
|
||||||
|
apps3-003-001
|
||||||
|
apps3-003-002
|
||||||
|
apps3-003-003
|
||||||
|
|
@ -279,6 +279,125 @@
|
||||||
"tenant": ""
|
"tenant": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "apps3",
|
||||||
|
"intent": "",
|
||||||
|
"label": "Self serve",
|
||||||
|
"functionId": "",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "apps3-001-001",
|
||||||
|
"intent": "/content/shopping/page1.html",
|
||||||
|
"functionId": "apps2-002-001",
|
||||||
|
"label": "Shopping1",
|
||||||
|
"target": "Shopping",
|
||||||
|
"icon": "fa-eye",
|
||||||
|
"tenant": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "apps3-001-002",
|
||||||
|
"intent": "/content/shopping/page2.html",
|
||||||
|
"functionId": "apps2-002-002",
|
||||||
|
"label": "Shopping2",
|
||||||
|
"target": "Shopping",
|
||||||
|
"icon": "fa-money-check-dollar",
|
||||||
|
"tenant": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "apps3-001-003",
|
||||||
|
"intent": "/content/shopping/page3.html",
|
||||||
|
"functionId": "apps2-002-003",
|
||||||
|
"label": "Shoppping3",
|
||||||
|
"target": "Shopping",
|
||||||
|
"icon": "fa-building",
|
||||||
|
"tenant": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "apps3-001",
|
||||||
|
"intent": "/content/shopping/index.html",
|
||||||
|
"label": "Shopping",
|
||||||
|
"target": "_blank",
|
||||||
|
"icon": "fa-building",
|
||||||
|
"tenant": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "apps3-002-001",
|
||||||
|
"intent": "/content/payments/page1.html",
|
||||||
|
"functionId": "apps3-002-001",
|
||||||
|
"label": "Payments1",
|
||||||
|
"target": "Payments",
|
||||||
|
"icon": "fa-eye",
|
||||||
|
"tenant": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "apps3-002-002",
|
||||||
|
"intent": "/content/payments/page2.html",
|
||||||
|
"functionId": "apps3-002-002",
|
||||||
|
"label": "Payments2",
|
||||||
|
"target": "Payments",
|
||||||
|
"icon": "fa-money-check-dollar",
|
||||||
|
"tenant": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "apps3-002-003",
|
||||||
|
"intent": "/content/payments/page3.html",
|
||||||
|
"functionId": "apps3-002-003",
|
||||||
|
"label": "Payments3",
|
||||||
|
"target": "Payments",
|
||||||
|
"icon": "fa-building",
|
||||||
|
"tenant": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "apps3-002",
|
||||||
|
"intent": "/content/payments/index.html",
|
||||||
|
"label": "Payments",
|
||||||
|
"target": "_blank",
|
||||||
|
"icon": "fa-wallet",
|
||||||
|
"tenant": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "apps3-003-001",
|
||||||
|
"intent": "/content/health/page1.html",
|
||||||
|
"functionId": "apps2-002-001",
|
||||||
|
"label": "Health1",
|
||||||
|
"target": "Health",
|
||||||
|
"icon": "fa-eye",
|
||||||
|
"tenant": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "apps3-003-002",
|
||||||
|
"intent": "/content/health/page2.html",
|
||||||
|
"functionId": "apps2-002-002",
|
||||||
|
"label": "Health2",
|
||||||
|
"target": "Health",
|
||||||
|
"icon": "fa-money-check-dollar",
|
||||||
|
"tenant": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "apps3-003-003",
|
||||||
|
"intent": "/content/health/page3.html",
|
||||||
|
"functionId": "apps2-002-003",
|
||||||
|
"label": "Health3",
|
||||||
|
"target": "Health",
|
||||||
|
"icon": "fa-building",
|
||||||
|
"tenant": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "apps3-003",
|
||||||
|
"intent": "/content/health/index.html",
|
||||||
|
"label": "Health",
|
||||||
|
"target": "_blank",
|
||||||
|
"icon": "fa-eye",
|
||||||
|
"tenant": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"id": "menu_userl3",
|
"id": "menu_staff",
|
||||||
"intent": "",
|
"intent": "",
|
||||||
"label": "L0 Menu",
|
"label": "L0 Menu",
|
||||||
"children": [
|
"children": [
|
||||||
Loading…
Reference in New Issue