master
parent
c8fe5cd3e6
commit
e4acaeb34c
70
config.json
70
config.json
|
@ -63,39 +63,45 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"lists": [
|
||||
"list-groups": [
|
||||
{
|
||||
"name": "Produkte",
|
||||
"slug": "produkte",
|
||||
"description": "",
|
||||
"search_terms": "",
|
||||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "produkte",
|
||||
"content_types": ["Produkte"]
|
||||
},
|
||||
{
|
||||
"name": "Neuigkeiten",
|
||||
"slug": "news",
|
||||
"description": "",
|
||||
"search_terms": "",
|
||||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "news",
|
||||
"content_types": ["News"]
|
||||
},
|
||||
{
|
||||
"name": "FAQ",
|
||||
"slug": "faq",
|
||||
"description": "",
|
||||
"search_terms": "",
|
||||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "faq",
|
||||
"content_types": ["Fragen & Antworten"]
|
||||
"name": "No Group",
|
||||
"icon": "icon",
|
||||
"lists": [
|
||||
{
|
||||
"name": "Produkte",
|
||||
"slug": "produkte",
|
||||
"description": "",
|
||||
"search_terms": "",
|
||||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "produkte",
|
||||
"content_types": ["Produkte"]
|
||||
},
|
||||
{
|
||||
"name": "Neuigkeiten",
|
||||
"slug": "news",
|
||||
"description": "",
|
||||
"search_terms": "",
|
||||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "news",
|
||||
"content_types": ["News"]
|
||||
},
|
||||
{
|
||||
"name": "FAQ",
|
||||
"slug": "faq",
|
||||
"description": "",
|
||||
"search_terms": "",
|
||||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "faq",
|
||||
"content_types": ["Fragen & Antworten"]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue