webseite/databags/navigation.json
muli 1cab630027
All checks were successful
continuous-integration/drone/push Build is passing
chore: Nicht verwendete Seite entfernt.
2023-05-21 11:03:06 +02:00

24 lines
400 B
JSON

{
"Was wir tun": {
"href": "/about",
"visible": true,
"list_childs": false,
"items": {}
},
"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": {}
}
}