Skip to content

Commit

Permalink
allow the default SCORM error messages to be amended via the AAT by a…
Browse files Browse the repository at this point in the history
…dding them as JSON (similar to how 'player options' are set for the media component)
  • Loading branch information
moloko committed Oct 16, 2020
1 parent 617572a commit c1c50c8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,27 @@
}
},
"course": {
"type":"object"
"type":"object",
"properties": {
"_spoor": {
"type": "object",
"required": false,
"legend": "Spoor (SCORM)",
"properties": {
"_messages": {
"type": "object",
"default": {},
"title": "Error messages",
"inputType": {
"type": "CodeEditor",
"mode": "json"
},
"validators": [],
"help": "Optional object that can be used to amend/translate the error messages shown by the spoor extension"
}
}
}
}
},
"contentobject": {
"type":"object"
Expand Down

0 comments on commit c1c50c8

Please sign in to comment.