oms-Kanban/Admin/Install/Navigation.install.json
Dennis Eichhorn 73e83567ce
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

64 lines
1.9 KiB
JSON

[
{
"id": 1005801001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Kanban",
"uri": "{/base}/kanban/dashboard",
"target": "self",
"icon": null,
"order": 45,
"from": "Kanban",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003301001,
"children": [
{
"id": 1005802001,
"pid": "/kanban",
"type": 3,
"subtype": 1,
"name": "Boards",
"uri": "{/base}/kanban/dashboard",
"target": "self",
"icon": null,
"order": 1,
"from": "Kanban",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1005801001,
"children": []
},
{
"id": 1005803001,
"pid": "/kanban",
"type": 3,
"subtype": 1,
"name": "Archive",
"uri": "{/base}/kanban/archive",
"target": "self",
"icon": null,
"order": 2,
"from": "Kanban",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1005801001,
"children": []
},
{
"id": 1005804001,
"pid": "/kanban",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/kanban/create",
"target": "self",
"icon": null,
"order": 3,
"from": "Kanban",
"permission": { "permission": 4, "category": null, "element": null },
"parent": 1005801001,
"children": []
}
]
}
]