Skip to content

Commit

Permalink
Fix: Title is required to set notify popup dialog label (fixes #65)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored Jan 30, 2024
2 parents 06ce08a + 1e84805 commit 6c9e89f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"title": {
"type": "string",
"default": "Bookmarking",
"required": false,
"required": true,
"title": "Prompt Title",
"inputType": "Text",
"validators": [],
Expand Down
3 changes: 2 additions & 1 deletion schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"title": "Bookmarking",
"default": {},
"required": [
"_level"
"_level",
"title"
],
"properties": {
"_isEnabled": {
Expand Down

0 comments on commit 6c9e89f

Please sign in to comment.