oms-Editor/Admin/Install/Navigation.install.json
Dennis Eichhorn 2e5fbc77d1
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": 1005301001,
"pid": "/",
"type": 2,
"subtype": 1,
"name": "Editor",
"uri": "{/base}/editor/list",
"target": "self",
"icon": null,
"order": 20,
"from": "Editor",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1003301001,
"children": [
{
"id": 1005302001,
"pid": "/editor",
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/base}/editor/list",
"target": "self",
"icon": null,
"order": 1,
"from": "Editor",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1005301001,
"children": []
},
{
"id": 1005302101,
"pid": "/editor",
"type": 3,
"subtype": 5,
"name": "Create",
"uri": "{/base}/editor/create",
"target": "self",
"icon": null,
"order": 15,
"from": "Editor",
"permission": { "permission": 4, "category": null, "element": null },
"parent": 1005301001,
"children": []
}
]
}
]