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