webseite/databags/navigation.json

29 lines
560 B
JSON
Raw Normal View History

{
2023-05-16 11:51:19 +02:00
"Was wir tun": {
"href": "/about",
2021-03-03 22:35:08 +01:00
"visible": true,
2023-05-16 11:51:19 +02:00
"list_childs": false,
2024-01-29 18:29:31 +01:00
"items": {
"Selbstverständnis": "/mitglieder/selbstverstaendnis"
}
},
"Was geht ab?": {
2021-03-08 10:07:19 +01:00
"href": "/aktuelles",
2021-02-21 17:03:49 +01:00
"visible": true,
"list_childs": false,
2021-03-03 22:35:08 +01:00
"items": {
2021-03-08 10:07:19 +01:00
"Blog": "/blog",
2022-07-03 17:18:10 +02:00
"Podcast": "/podcast"
}
},
"Mitglied werden": {
"href": "/mitglieder",
"visible": true,
"list_childs": false,
2021-02-18 19:19:38 +01:00
"items": {
"Satzung": "/mitglieder/satzung",
"Mitglied werden": "/mitglieder/beitreten"
}
}
}