From c8fe5cd3e6176729d8819066cba53a91c5124af4 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Wed, 22 Jun 2022 09:15:01 -0300 Subject: [PATCH] add lists and content types in config --- config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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