webseite/databags/navigation.json

37 lines
707 B
JSON
Raw Normal View History

{
"Über uns": {
"href": "/about",
2021-03-03 22:35:08 +01:00
"visible": true,
"list_childs": false,
"items": {}
},
2021-03-03 22:35:08 +01:00
"Mitglieder": {
"href": "/mitglieder",
"visible": true,
"list_childs": true,
"items": {
"Satzung": "/mitglieder/satzung",
2021-03-03 22:35:08 +01:00
"Charta": "/mitglieder/charta",
"Mitglied werden": "/mitglieder/beitreten"
}
},
2021-02-18 19:19:38 +01:00
"Aktuelles": {
2021-03-08 10:07:19 +01:00
"href": "/aktuelles",
2021-02-21 17:03:49 +01:00
"visible": true,
2021-03-03 22:35:08 +01:00
"list_childs": true,
"items": {
2021-03-08 10:07:19 +01:00
"Blog": "/blog",
2021-06-10 00:16:13 +02:00
"Podcast": "/podcast",
"Meetup": "/bbb"
2021-03-03 22:35:08 +01:00
}
},
"Kontakt": {
"href": "/kontakt",
2021-02-18 19:19:38 +01:00
"list_childs": true,
"items": {
"Impressum": "/impressum",
"Datenschutz": "/datenschutz"
}
}
}