oms-Notification/Admin/Install/Navigation.install.json
Dennis Eichhorn 6a36052410 fix bugs
2024-04-12 00:52:07 +00:00

34 lines
955 B
JSON
Executable File

[
{
"id": 1008801001,
"pid": "/",
"type": 1,
"subtype": 1,
"name": "",
"uri": "{/base}/notification/dashboard",
"target": "self",
"icon": "notifications",
"order": 20,
"from": "Notification",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 0,
"children": [
{
"id": 1008802001,
"pid": "/notification",
"type": 3,
"subtype": 1,
"name": "Dashboard",
"uri": "{/base}/notification/dashboard",
"target": "self",
"icon": null,
"order": 1,
"from": "Notification",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1008801001,
"children": []
}
]
}
]