Added Home module

This commit is contained in:
Dennis Eichhorn 2018-03-28 20:01:45 +02:00
parent 504d329de5
commit f8a0e36a3a
3 changed files with 7 additions and 39 deletions

View File

@ -3,46 +3,15 @@
"id": 1000201001,
"pid": "/backend",
"type": 2,
"subtype": 0,
"name": "Home",
"uri": null,
"target": "self",
"icon": "fa fa-home",
"order": 10,
"from": "Dashboard",
"permission": { "type": null, "element": null },
"parent": 0,
"children": [
{
"id": 1000202001,
"pid": "/backend",
"type": 2,
"subtype": 1,
"name": "Dashboard",
"uri": "/{/lang}/backend?{?}",
"target": "self",
"icon": null,
"order": 1,
"from": "Dashboard",
"permission": { "type": null, "element": null },
"parent": 1000201001,
"children": []
}
]
},
{
"id": 1000200001,
"pid": "/backend",
"type": 1,
"subtype": 1,
"name": "Logout",
"uri": "/{/lang}/api/logout?{?}",
"name": "Dashboard",
"uri": "/{/lang}/backend?{?}",
"target": "self",
"icon": "fa fa-power-off",
"order": 999,
"icon": null,
"order": 1,
"from": "Dashboard",
"permission": { "type": null, "element": null },
"parent": 0,
"parent": 1006901001,
"children": []
}
]

View File

@ -12,6 +12,4 @@
*/
return ['Navigation' => [
'Dashboard' => 'Dashboard',
'Home' => 'Home',
'Logout' => 'Logout',
]];

View File

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