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
|
||||
# new users.
|
||||
defaultFeatures: defaultFeatures =
|
||||
collaborators: -1
|
||||
dropbox: true
|
||||
versioning: true
|
||||
|
||||
plans: plans = [{
|
||||
planCode: "personal"
|
||||
name: "Personal"
|
||||
price: 0
|
||||
features:
|
||||
collaborators: -1
|
||||
dropbox: true
|
||||
versioning: true
|
||||
features: defaultFeatures
|
||||
}]
|
||||
|
||||
# Spelling languages
|
||||
|
|
Loading…
Reference in a new issue