Merge pull request #23026 from overleaf/mj-wc-settings-second-try

[web] Move write and cite setting storage

GitOrigin-RevId: 88a234c15b4dd2a9b451170e3b474d88bb6d45f7
This commit is contained in:
Mathias Jakobsen
2025-01-24 09:05:22 +00:00
committed by Copybot
parent 0d42173034
commit 77dd468c20
8 changed files with 44 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ const UserSchema = new Schema(
fontFamily: { type: String },
lineHeight: { type: String },
mathPreview: { type: Boolean, default: true },
referencesSearchMode: { type: String, default: 'advanced' }, // 'advanced' or 'simple'
},
features: {
collaborators: {