#2017 add ability to opt out of classes entirely (@wc8)

This commit is contained in:
Tyler Renelle
2013-12-17 16:44:46 -07:00
parent ceea1b5909
commit 87f4a1d204
7 changed files with 11 additions and 12 deletions
+2 -1
View File
@@ -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,