The newest version of ONLYOFFICE editors brings easier integration and more ways to customize the editors and adjust collaboration processes to your needs.
The biggest update of version 6.4 is Web Application Open Platform Interface (WOPI) protocol support. It standardizes the integration allowing developers to easily enable office document editing and co-editing within their solutions. Check out our official documentation
Join our webinar on DZone on September 23, 2021 to learn more about using WOPI for office integration. Register
There’s a new parameter customization.uiTheme that allows you to set a default theme for the editors — light or dark:
"customization": { ... "uiTheme": "default-dark", ... },
To set Classic Light as default, use the id default-light. To enable Light theme, use the id theme-light.
The parameter works until users set the interface theme themselves.
You can set the default co-editing mode for the editors and specify whether or not users can change it. Use the editorConfig.coEditing parameter:
"coEditing ": { “mode”: "fast"/"strict", //choose the co-editing mode “change”: true/false //specify whether it can be changed }
Just to remind:
Learn more about the co-editing modes in this post.
Users can be divided into groups with different permissions to view, edit, and delete comments.
To implement it, use the parameter permissions.commentGroups in the editors’ config. You can specify rights for viewing, editing, and deleting comments. For example:
commentGroups : { view: ["Group2", ""], edit: ["Group2"] , remove: [""] }
This means that the current user:
If you don’t set view, edit, and delete permissions, users will be able to view, edit, and remove any comments.
Download the latest version of ONLYOFFICE Docs Developer Edition:
This website uses cookies. By continuing to browse the website you agree to our privacy policy.
our privacy policy