oms-Notification/Admin/Install/Navigation.install.json
Dennis Eichhorn d7dc0a6f88
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

34 lines
955 B
JSON

[
{
"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": []
}
]
}
]