mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update default features in settings
This commit is contained in:
parent
85c869330a
commit
e6556fb3a1
1 changed files with 6 additions and 4 deletions
|
@ -130,14 +130,16 @@ module.exports =
|
||||||
#
|
#
|
||||||
# You can select the features that are enabled by default for new
|
# You can select the features that are enabled by default for new
|
||||||
# new users.
|
# new users.
|
||||||
|
defaultFeatures: defaultFeatures =
|
||||||
|
collaborators: -1
|
||||||
|
dropbox: true
|
||||||
|
versioning: true
|
||||||
|
|
||||||
plans: plans = [{
|
plans: plans = [{
|
||||||
planCode: "personal"
|
planCode: "personal"
|
||||||
name: "Personal"
|
name: "Personal"
|
||||||
price: 0
|
price: 0
|
||||||
features:
|
features: defaultFeatures
|
||||||
collaborators: -1
|
|
||||||
dropbox: true
|
|
||||||
versioning: true
|
|
||||||
}]
|
}]
|
||||||
|
|
||||||
# Spelling languages
|
# Spelling languages
|
||||||
|
|
Loading…
Reference in a new issue