From b1cd1c069484f2b9b77f5dd09ea8c1646f1c77b0 Mon Sep 17 00:00:00 2001 From: Om Gupta Date: Tue, 8 Oct 2024 18:47:44 +0530 Subject: [PATCH] Table Block created --- component-definition.json | 4 ++-- component-filters.json | 2 +- component-models.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/component-definition.json b/component-definition.json index d66b0fdbe8..d8380a5437 100644 --- a/component-definition.json +++ b/component-definition.json @@ -92,8 +92,8 @@ } }, { - "title": "Table", - "id": "table", + "title": "Table Tag", + "id": "table-tag", "plugins": { "xwalk": { "page": { diff --git a/component-filters.json b/component-filters.json index f2f4f2795e..ad5720875a 100644 --- a/component-filters.json +++ b/component-filters.json @@ -48,7 +48,6 @@ "components": [ "text", "image", - "table", "button", "title", "hero", @@ -61,6 +60,7 @@ "testimonial", "financialreports", "faq", + "table-tag", "schema-tag", "offer-documents", "carousel", diff --git a/component-models.json b/component-models.json index b020377f69..469d241dfc 100644 --- a/component-models.json +++ b/component-models.json @@ -150,7 +150,7 @@ ] }, { - "id": "table", + "id": "table-tag", "fields": [ { "component": "text",