From 1efc69bc658f0b80ac3470e202f957b2eebdf77e Mon Sep 17 00:00:00 2001 From: rgravitvl Date: Fri, 26 Jul 2024 12:55:02 +0530 Subject: [PATCH] Added the heading text field --- component-models.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/component-models.json b/component-models.json index a603072e1..6aa114660 100644 --- a/component-models.json +++ b/component-models.json @@ -709,6 +709,14 @@ }, { "id": "articles-list", - "fields": [] + "fields": [ + { + "component": "text", + "valueType": "string", + "name": "list_heading", + "value": "", + "label": "List Heading" + } + ] } ]