We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f60c9 commit 9dd8a99Copy full SHA for 9dd8a99
StorylinesSchema.json
@@ -281,6 +281,10 @@
281
"type": {
282
"type": "string",
283
"enum": ["video"]
284
+ },
285
+ "modified": {
286
+ "type": "boolean",
287
+ "description": "An optional tag that specifies whether the panel has been modified from its default configuration"
288
}
289
},
290
"required": ["src", "type"]
public/StorylinesSlideSchema.json
@@ -358,6 +358,10 @@
358
"customStyles": {
359
360
"description": "Additional CSS styles to apply to the panel."
361
362
363
364
365
366
367
"additionalProperties": false,
0 commit comments