Merge branch 'master' into story-138187767-mod-flag-names

This commit is contained in:
Riley Davis
2017-03-07 11:44:10 -07:00
committed by GitHub
9 changed files with 61 additions and 15 deletions
+4
View File
@@ -40,6 +40,10 @@ const SettingSchema = new Schema({
type: String,
default: ''
},
premodLinksEnable: {
type: Boolean,
default: false
},
organizationName: {
type: String
},