Skip to content

Commit 9dd8a99

Browse files
committed
add modified property to video panel schema
1 parent d8f60c9 commit 9dd8a99

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

StorylinesSchema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@
281281
"type": {
282282
"type": "string",
283283
"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"
284288
}
285289
},
286290
"required": ["src", "type"]

public/StorylinesSlideSchema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@
358358
"customStyles": {
359359
"type": "string",
360360
"description": "Additional CSS styles to apply to the panel."
361+
},
362+
"modified": {
363+
"type": "boolean",
364+
"description": "An optional tag that specifies whether the panel has been modified from its default configuration"
361365
}
362366
},
363367
"additionalProperties": false,

0 commit comments

Comments
 (0)