add law related pages to main menu

This commit is contained in:
Jonas Leder 2021-07-11 01:07:55 +02:00
parent e513b96497
commit 4b4d6680d7

View file

@ -181,5 +181,27 @@
"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"
}
]
}
]