oms-OnlineResourceWatcher/Admin/Install/Navigation.install.json
Dennis Eichhorn d73eb8aec2
Some checks failed
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
987 B
JSON

[
{
"id": 1008001001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "OnlineResourceWatcher",
"uri": "{/base}/orw/resource/list?u={?u}",
"target": "self",
"icon": null,
"order": 40,
"from": "OnlineResourceWatcher",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003301001,
"children": [
{
"id": 1008002001,
"pid": "/orw",
"type": 3,
"subtype": 1,
"name": "Resources",
"uri": "{/base}/orw/resource/list?u={?u}",
"target": "self",
"icon": null,
"order": 1,
"from": "OnlineResourceWatcher",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1008001001,
"children": []
}
]
}
]