Skip to content

Commit c416b0f

Browse files
committed
Schema updates
1 parent 8858120 commit c416b0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

properties.schema

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"_isEnabled": {
1919
"type":"boolean",
2020
"required":true,
21-
"title": "Enabled"
21+
"title":"Is Enabled",
22+
"inputType": {"type": "Boolean", "options": [true, false]},
23+
"validators": [],
24+
"help": "If set to 'true', this course will use Tutor as the default feedback popup"
2225
}
2326
}
2427
}

0 commit comments

Comments
 (0)