Added Home module

This commit is contained in:
Dennis Eichhorn 2018-03-28 20:01:45 +02:00
parent 7a7b5c4e85
commit 5929631d3d
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"order": 20, "order": 20,
"from": "Media", "from": "Media",
"permission": { "type": null, "element": null }, "permission": { "type": null, "element": null },
"parent": 1000201001, "parent": 1006901001,
"children": [ "children": [
{ {
"id": 1000402001, "id": 1000402001,

View File

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