Merge pull request #2968 from ONLYOFFICE/fix/bugfix

Fix description
This commit is contained in:
Julia Radzhabova
2024-04-26 18:08:41 +03:00
committed by GitHub

View File

@ -58,7 +58,8 @@
remove: ["Group1", ""] // current user can remove comments made by users from Group1 and users without a group.
},
userInfoGroups: ["Group1", ""], // show tooltips/cursors/info in header only for users in userInfoGroups groups. [""] - means users without group, [] - don't show any users, null/undefined/"" - show all users
protect: <can protect document> // default = true. show/hide protect tab or protect buttons
protect: <can protect document> // default = true. show/hide protect tab or protect buttons,
chat: <true>
}
},
editorConfig: {
@ -206,7 +207,7 @@
name: "Arial",
size: "11px";
},
chat: true,
chat: true, // deprecated 7.1, use permissions.chat
comments: true,
zoom: 100,
compactToolbar: false,