webseite/databags/navigation.json
muli 73a586c573
Some checks failed
continuous-integration/drone/push Build is failing
fix: Referenz auf nicht existente Seite entfernt.
2023-11-19 14:17:30 +01:00

26 lines
477 B
JSON

{
"Was wir tun": {
"href": "/about",
"visible": true,
"list_childs": false
},
"Was geht ab?": {
"href": "/aktuelles",
"visible": true,
"list_childs": false,
"items": {
"Blog": "/blog",
"Podcast": "/podcast"
}
},
"Mitglied werden": {
"href": "/mitglieder",
"visible": true,
"list_childs": false,
"items": {
"Satzung": "/mitglieder/satzung",
"Mitglied werden": "/mitglieder/beitreten"
}
}
}