Added Home module

This commit is contained in:
Dennis Eichhorn 2018-03-28 20:01:45 +02:00
parent 489fdaa357
commit d2a996438a
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"order": 10, "order": 10,
"from": "Profile", "from": "Profile",
"permission": { "type": null, "element": null }, "permission": { "type": null, "element": null },
"parent": 1000201001, "parent": 1006901001,
"children": [ "children": [
{ {
"id": 1000302001, "id": 1000302001,

View File

@ -18,6 +18,7 @@
"directory": "Profile", "directory": "Profile",
"dependencies": { "dependencies": {
"Admin": "1.0.0", "Admin": "1.0.0",
"Home": "1.0.0",
"Media": "1.0.0" "Media": "1.0.0"
}, },
"providing": { "providing": {