Added Home module

This commit is contained in:
Dennis Eichhorn 2018-03-28 20:01:45 +02:00
parent 77655c745f
commit 82f267536d
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"order": 40,
"from": "News",
"permission": { "type": null, "element": null },
"parent": 1000201001,
"parent": 1006901001,
"children": [
{
"id": 1000702001,

View File

@ -17,7 +17,8 @@
"description": "News module.",
"directory": "News",
"dependencies": {
"Admin": "1.0.0"
"Admin": "1.0.0",
"Home": "1.0.0"
},
"providing": {
"Navigation": "*"