mirror of
https://github.com/Karaka-Management/oms-Home.git
synced 2026-01-11 12:28:40 +00:00
add base page links
This commit is contained in:
parent
7af7488770
commit
c2ff1b290a
|
|
@ -32,5 +32,66 @@
|
|||
},
|
||||
"parent": 0,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": 1006902001,
|
||||
"pid": "/",
|
||||
"type": 2,
|
||||
"subtype": 0,
|
||||
"name": "Legal",
|
||||
"uri": null,
|
||||
"target": "self",
|
||||
"icon": "fa fa-gavel",
|
||||
"order": 999999,
|
||||
"from": "Home",
|
||||
"permission": { "permission": 2, "type": null, "element": null },
|
||||
"parent": 0,
|
||||
"children": [
|
||||
{
|
||||
"id": 1006902002,
|
||||
"pid": "/",
|
||||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "PrivacyPolicy",
|
||||
"uri": "{/prefix}legal/privacy",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
"from": "Home",
|
||||
"permission": { "permission": 2, "type": null, "element": null },
|
||||
"parent": 1006902001,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": 1006902003,
|
||||
"pid": "/",
|
||||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Terms",
|
||||
"uri": "{/prefix}legal/terms",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
"from": "Home",
|
||||
"permission": { "permission": 2, "type": null, "element": null },
|
||||
"parent": 1006902001,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": 1006902004,
|
||||
"pid": "/",
|
||||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Imprint",
|
||||
"uri": "{/prefix}legal/imprint",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 10,
|
||||
"from": "Home",
|
||||
"permission": { "permission": 2, "type": null, "element": null },
|
||||
"parent": 1006902001,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -13,6 +13,10 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Home' => 'Home',
|
||||
'Logout' => 'Logout',
|
||||
'Home' => 'Home',
|
||||
'Imprint' => 'Impressum',
|
||||
'Legal' => 'Rechtliches',
|
||||
'Logout' => 'Logout',
|
||||
'PrivacyPolicy' => 'Datenschutzerklaerung',
|
||||
'Terms' => 'AGBs',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -13,6 +13,10 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Home' => 'Home',
|
||||
'Logout' => 'Logout',
|
||||
'Home' => 'Home',
|
||||
'Imprint' => 'Imprint',
|
||||
'Legal' => 'Legal',
|
||||
'Logout' => 'Logout',
|
||||
'PrivacyPolicy' => 'Privacy Policy',
|
||||
'Terms' => 'Terms of Use',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user