Skip to content

Commit

Permalink
Added missing commas (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
guywillis authored Dec 8, 2020
1 parent b4cd035 commit f836064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"alt": {
"type": "string",
"required": false,
"title": "Alternative text"
"title": "Alternative text",
"default": "",
"inputType": "Text",
"validators": [],
Expand Down Expand Up @@ -218,7 +218,7 @@
"type": "string",
"required": false,
"default": "",
"title": "Alternative text"
"title": "Alternative text",
"inputType": "Text",
"validators": [],
"help": "A description of the image; required when it has meaning that must be conveyed to the learner. For 'decorative' images, leave this blank.",
Expand Down

0 comments on commit f836064

Please sign in to comment.