mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 13:27:32 +08:00
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user