From be4ebd33f2be2d6b0cf3ff67e135ed50fa1ee7c3 Mon Sep 17 00:00:00 2001 From: msagolj Date: Wed, 9 Oct 2024 19:48:36 +0200 Subject: [PATCH] fix --- component-filters.json | 3 ++- models/_component-filters.json | 3 ++- models/_page-metadata.json | 9 --------- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/component-filters.json b/component-filters.json index 132a78a..bf94edc 100644 --- a/component-filters.json +++ b/component-filters.json @@ -2,7 +2,8 @@ { "id": "main", "components": [ - "section" + "section", + "tab-section" ] }, { diff --git a/models/_component-filters.json b/models/_component-filters.json index c221204..1590f02 100644 --- a/models/_component-filters.json +++ b/models/_component-filters.json @@ -2,7 +2,8 @@ { "id": "main", "components": [ - "section" + "section", + "tab-section" ] }, { diff --git a/models/_page-metadata.json b/models/_page-metadata.json index 64edb51..99316a8 100644 --- a/models/_page-metadata.json +++ b/models/_page-metadata.json @@ -14,14 +14,5 @@ "id": "article-metadata", "fields": [] } - ], - "filters": [ - { - "id": "main", - "components": [ - "section", - "tab-section" - ] - } ] }