Skip to content

Commit e49882d

Browse files
committed
Update schemas with new product heading fields
1 parent 634fde5 commit e49882d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4445,10 +4445,10 @@
44454445
"image": {
44464446
"$ref": "#/definitions/ProductImage"
44474447
},
4448-
"secondaryHeading": {
4448+
"secondaryHeadingHtml": {
44494449
"type": "string"
44504450
},
4451-
"primaryHeading": {
4451+
"primaryHeadingHtml": {
44524452
"type": "string"
44534453
},
44544454
"customAttributes": {
@@ -4518,10 +4518,10 @@
45184518
"customAttributes",
45194519
"displayType",
45204520
"elementId",
4521-
"primaryHeading",
4521+
"primaryHeadingHtml",
45224522
"productCtas",
45234523
"productName",
4524-
"secondaryHeading",
4524+
"secondaryHeadingHtml",
45254525
"starRating"
45264526
]
45274527
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,10 +3933,10 @@
39333933
"image": {
39343934
"$ref": "#/definitions/ProductImage"
39353935
},
3936-
"secondaryHeading": {
3936+
"secondaryHeadingHtml": {
39373937
"type": "string"
39383938
},
3939-
"primaryHeading": {
3939+
"primaryHeadingHtml": {
39403940
"type": "string"
39413941
},
39423942
"customAttributes": {
@@ -4006,10 +4006,10 @@
40064006
"customAttributes",
40074007
"displayType",
40084008
"elementId",
4009-
"primaryHeading",
4009+
"primaryHeadingHtml",
40104010
"productCtas",
40114011
"productName",
4012-
"secondaryHeading",
4012+
"secondaryHeadingHtml",
40134013
"starRating"
40144014
]
40154015
},

0 commit comments

Comments
 (0)