mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
Add the betaProgram
feature to User model.
This commit is contained in:
parent
daf8f6f3cf
commit
a5aab40320
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ UserSchema = new Schema
|
|||
compileGroup: { type:String, default: Settings.defaultFeatures.compileGroup }
|
||||
templates: { type:Boolean, default: Settings.defaultFeatures.templates }
|
||||
references: { type:Boolean, default: Settings.defaultFeatures.references }
|
||||
betaProgram: { type:Boolean, default: Settings.defaultFeatures.betaProgram}
|
||||
}
|
||||
featureSwitches : {
|
||||
pdfng: { type: Boolean }
|
||||
|
|
|
@ -153,6 +153,7 @@ module.exports =
|
|||
compileGroup: "standard"
|
||||
references: true
|
||||
templates: true
|
||||
betaProgram: false
|
||||
|
||||
plans: plans = [{
|
||||
planCode: "personal"
|
||||
|
|
Loading…
Reference in a new issue