From 82f267536d2f264577776412e46c2bb156f00fbf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 28 Mar 2018 20:01:45 +0200 Subject: [PATCH] Added Home module --- Admin/Install/Navigation.install.json | 2 +- info.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 9b9c97e..23021c8 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -11,7 +11,7 @@ "order": 40, "from": "News", "permission": { "type": null, "element": null }, - "parent": 1000201001, + "parent": 1006901001, "children": [ { "id": 1000702001, diff --git a/info.json b/info.json index ef6ac22..de35925 100644 --- a/info.json +++ b/info.json @@ -17,7 +17,8 @@ "description": "News module.", "directory": "News", "dependencies": { - "Admin": "1.0.0" + "Admin": "1.0.0", + "Home": "1.0.0" }, "providing": { "Navigation": "*"