diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json new file mode 100644 index 0000000..6119674 --- /dev/null +++ b/Admin/Install/Navigation.install.json @@ -0,0 +1,33 @@ +[ + { + "id": 1008601001, + "pid": "/", + "type": 2, + "subtype": 1, + "name": "QualityControl", + "uri": "{/base}/qualitymanagement/qualitycontrol/list", + "target": "self", + "icon": null, + "order": 65, + "from": "QualityControl", + "permission": { "permission": 2, "category": null, "element": null }, + "parent": 1008501001, + "children": [ + { + "id": 1008602001, + "pid": "/qualitymanagement/qualitycontrol", + "type": 3, + "subtype": 1, + "name": "List", + "uri": "{/base}/qualitymanagement/qualitycontrol/list", + "target": "self", + "icon": null, + "order": 1, + "from": "QualityControl", + "permission": { "permission": 2, "category": null, "element": null }, + "parent": 1008601001, + "children": [] + } + ] + } +] diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php new file mode 100644 index 0000000..ea3a3ad --- /dev/null +++ b/Admin/Install/Navigation.php @@ -0,0 +1,43 @@ + __DIR__ . '/Navigation.install.json']); + } +} diff --git a/Admin/Installer.php b/Admin/Installer.php new file mode 100644 index 0000000..ccf581e --- /dev/null +++ b/Admin/Installer.php @@ -0,0 +1,36 @@ +