diff --git a/config.json b/config.json index eeb6f4f..bde6498 100644 --- a/config.json +++ b/config.json @@ -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"] } ] } \ No newline at end of file