add law related pages to main menu
This commit is contained in:
parent
e513b96497
commit
4b4d6680d7
1 changed files with 22 additions and 0 deletions
|
@ -181,5 +181,27 @@
|
||||||
"type": "link"
|
"type": "link"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Rechtliches",
|
||||||
|
"url": "#",
|
||||||
|
"type": "dropdown",
|
||||||
|
"childElements": [
|
||||||
|
{
|
||||||
|
"name": "Bildquellen",
|
||||||
|
"url": "/bildquellen.html",
|
||||||
|
"type": "link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Datenschutzerklärung",
|
||||||
|
"url": "/datenschutzerklaerung.html",
|
||||||
|
"type": "link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Impressum",
|
||||||
|
"url": "/impressum.html",
|
||||||
|
"type": "link"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue