Skip to content

Commit

Permalink
Merge pull request #483 from IshavSohal/issue-480
Browse files Browse the repository at this point in the history
Add modified property to video panel schema
  • Loading branch information
yileifeng authored Dec 13, 2024
2 parents f664246 + 9dd8a99 commit aaef709
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions StorylinesSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@
"type": {
"type": "string",
"enum": ["video"]
},
"modified": {
"type": "boolean",
"description": "An optional tag that specifies whether the panel has been modified from its default configuration"
}
},
"required": ["src", "type"]
Expand Down
4 changes: 4 additions & 0 deletions public/StorylinesSlideSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@
"customStyles": {
"type": "string",
"description": "Additional CSS styles to apply to the panel."
},
"modified": {
"type": "boolean",
"description": "An optional tag that specifies whether the panel has been modified from its default configuration"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit aaef709

Please sign in to comment.