add lists and content types in config
parent
0aa9810678
commit
c8fe5cd3e6
|
@ -72,7 +72,8 @@
|
|||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "produkte"
|
||||
"blade": "produkte",
|
||||
"content_types": ["Produkte"]
|
||||
},
|
||||
{
|
||||
"name": "Neuigkeiten",
|
||||
|
@ -82,7 +83,8 @@
|
|||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "faq"
|
||||
"blade": "news",
|
||||
"content_types": ["News"]
|
||||
},
|
||||
{
|
||||
"name": "FAQ",
|
||||
|
@ -92,7 +94,8 @@
|
|||
"image": "",
|
||||
"seo_title": "",
|
||||
"seo_description": "",
|
||||
"blade": "faq"
|
||||
"blade": "faq",
|
||||
"content_types": ["Fragen & Antworten"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue