diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json new file mode 100644 index 0000000..1b0db75 --- /dev/null +++ b/Admin/Install/Navigation.install.json @@ -0,0 +1,17 @@ +[ + { + "id": 1008501001, + "pid": "/", + "type": 2, + "subtype": 0, + "name": "QualityManagement", + "uri": null, + "target": "self", + "icon": "fa fa-exclamation-triangle", + "order": 100, + "from": "QualityManagement", + "permission": { "permission": 2, "type": null, "element": null }, + "parent": 0, + "children": [] + } +] diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php new file mode 100644 index 0000000..113079d --- /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..fce55c2 --- /dev/null +++ b/Admin/Installer.php @@ -0,0 +1,36 @@ +