Skip to content

Commit

Permalink
Fix: Title is required to set notify popup dialog label (fixes #107) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Jan 30, 2024
1 parent 63a38f8 commit 8a57e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"title": {
"type": "string",
"required": false,
"required": true,
"default": "Accessibility Controls",
"title": "Popup title text",
"inputType": "Text",
Expand Down
3 changes: 3 additions & 0 deletions schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"type": "object",
"title": "Visua11y",
"default": {},
"required": [
"title"
],
"properties": {
"_isEnabled": {
"type": "boolean",
Expand Down

0 comments on commit 8a57e3c

Please sign in to comment.