diff --git a/public/API/mainMenu.json b/public/API/mainMenu.json index 8bf6251..eccada5 100644 --- a/public/API/mainMenu.json +++ b/public/API/mainMenu.json @@ -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" + } + ] } ] \ No newline at end of file