Skip to content

Commit effd614

Browse files
gen schemas
1 parent d80ffe5 commit effd614

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dotcom-rendering/src/frontend/schemas/feArticle.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,6 +4480,9 @@
44804480
"primaryHeadingHtml": {
44814481
"type": "string"
44824482
},
4483+
"primaryHeadingText": {
4484+
"type": "string"
4485+
},
44834486
"customAttributes": {
44844487
"type": "array",
44854488
"items": {

dotcom-rendering/src/model/block-schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3968,6 +3968,9 @@
39683968
"primaryHeadingHtml": {
39693969
"type": "string"
39703970
},
3971+
"primaryHeadingText": {
3972+
"type": "string"
3973+
},
39713974
"customAttributes": {
39723975
"type": "array",
39733976
"items": {

0 commit comments

Comments
 (0)