39 lines
736 B
JSON
39 lines
736 B
JSON
{
|
|
"Start": {
|
|
"href": "/"
|
|
},
|
|
"Blog": {
|
|
"href": "/blog",
|
|
"list_childs": true,
|
|
"items": {
|
|
"list_namespace": "/blog",
|
|
"Feed": "/feed_blog.xml"
|
|
}
|
|
},
|
|
"Rezepte": {
|
|
"href": "/rezept",
|
|
"list_childs": true,
|
|
"items": {
|
|
"list_namespace": "/rezept/",
|
|
"Rezept Feed": "/feed_rezepte.xml"
|
|
}
|
|
},
|
|
"Mehr": {
|
|
"href": "/mitmachen",
|
|
"list_childs": true,
|
|
"items": {
|
|
"Mitmachen": "/mitmachen",
|
|
"Hygiene": "/hygiene",
|
|
"Bilder": "https://waffel.li/",
|
|
"Videos": "https://waffel.tv/"
|
|
}
|
|
},
|
|
"Kontakt": {
|
|
"href": "/kontakt",
|
|
"list_childs": true,
|
|
"items": {
|
|
"Impressum": "/impressum",
|
|
"Datenschutz": "/datenschutz"
|
|
}
|
|
}
|
|
}
|