diff --git a/component-models.json b/component-models.json index a603072e..6aa11466 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" + } + ] } ]