Skip to content

Commit 5591de1

Browse files
issue/110 Changing _shouldUseRegistration default to true (adaptlearning#110)
1 parent 9c62191 commit 5591de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

properties.schema

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"_shouldUseRegistration": {
157157
"type": "boolean",
158158
"required": false,
159-
"default": false,
159+
"default": true,
160160
"title": "Use registration",
161161
"inputType": "Checkbox",
162162
"validators": [],
@@ -331,4 +331,4 @@
331331
}
332332
}
333333
}
334-
}
334+
}

0 commit comments

Comments
 (0)