oms-Draw/Admin/Install/Navigation.install.json
Dennis Eichhorn b3e7c92eae
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:05 +00:00

49 lines
1.4 KiB
JSON

[
{
"id": 1005201001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Draw",
"uri": "{/base}/draw/list",
"target": "self",
"icon": null,
"order": 70,
"from": "Draw",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003301001,
"children": [
{
"id": 1005202001,
"pid": "/draw",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/draw/list",
"target": "self",
"icon": null,
"order": 1,
"from": "Draw",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1005201001,
"children": []
},
{
"id": 1005202101,
"pid": "/draw",
"type": 3,
"subtype": 5,
"name": "Create",
"uri": "{/base}/draw/create",
"target": "self",
"icon": null,
"order": 15,
"from": "Draw",
"permission": { "permission": 4, "category": null, "element": null },
"parent": 1005201001,
"children": []
}
]
}
]