Skip to content

Commit

Permalink
Merge pull request hlxsites#1239 from hlxsites/fix-artlist-home-ue
Browse files Browse the repository at this point in the history
Added the heading text field for article list
  • Loading branch information
rgravitvl authored Jul 26, 2024
2 parents c51e696 + 1efc69b commit 7eb0ab0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,14 @@
},
{
"id": "articles-list",
"fields": []
"fields": [
{
"component": "text",
"valueType": "string",
"name": "list_heading",
"value": "",
"label": "List Heading"
}
]
}
]

0 comments on commit 7eb0ab0

Please sign in to comment.