Skip to content

Commit 6a2362a

Browse files
committed
make gen-schemas
1 parent 0c888d5 commit 6a2362a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,6 +2700,11 @@
27002700
"type": "number"
27012701
},
27022702
"videoPlayerFormat": {
2703+
"enum": [
2704+
"Cinemagraph",
2705+
"Default",
2706+
"Loop"
2707+
],
27032708
"type": "string"
27042709
}
27052710
},

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,6 +2188,11 @@
21882188
"type": "number"
21892189
},
21902190
"videoPlayerFormat": {
2191+
"enum": [
2192+
"Cinemagraph",
2193+
"Default",
2194+
"Loop"
2195+
],
21912196
"type": "string"
21922197
}
21932198
},

0 commit comments

Comments
 (0)