Skip to content

Commit 19fcbea

Browse files
committed
Merge pull request #39 from adaptlearning/schema-updates-backbone-forms
Schema updates
2 parents 8858120 + c416b0f commit 19fcbea

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)