#2017 add ability to opt out of classes entirely (@wc8)
This commit is contained in:
+2
-1
@@ -217,7 +217,8 @@ var UserSchema = new Schema({
|
||||
automaticAllocation: Boolean,
|
||||
costume: Boolean,
|
||||
sleep: {type: Boolean, 'default': false},
|
||||
stickyHeader: {type: Boolean, 'default': true}
|
||||
stickyHeader: {type: Boolean, 'default': true},
|
||||
disableClasses: {type: Boolean, 'default': false}
|
||||
},
|
||||
profile: {
|
||||
blurb: String,
|
||||
|
||||
Reference in New Issue
Block a user