mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
Add features to the user object in ide.
This commit is contained in:
parent
5a201153c7
commit
0ce514a5a6
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ module.exports = ProjectController =
|
|||
subscription :
|
||||
freeTrial: {allowed: allowedFreeTrial}
|
||||
featureSwitches: user.featureSwitches
|
||||
features: user.features
|
||||
}
|
||||
userSettings: {
|
||||
mode : user.ace.mode
|
||||
|
|
Loading…
Reference in a new issue