oms-Surveys/Admin/Install/Navigation.install.json
Dennis Eichhorn 85d28a04d0
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

49 lines
1.4 KiB
JSON

[
{
"id": 1000801001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Surveys",
"uri": "{/base}/survey/list",
"target": "self",
"icon": null,
"order": 50,
"from": "Surveys",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003301001,
"children": [
{
"id": 1000802001,
"pid": "/survey",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/survey/list",
"target": "self",
"icon": null,
"order": 1,
"from": "Surveys",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1000801001,
"children": []
},
{
"id": 1000803001,
"pid": "/survey",
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "{/base}/survey/create",
"target": "self",
"icon": null,
"order": 5,
"from": "Surveys",
"permission": { "permission": 4, "category": null, "element": null },
"parent": 1000801001,
"children": []
}
]
}
]