Skip to content

Commit

Permalink
Merge branch 'feature/editor-8.3.0' of https://git.onlyoffice.com/ONL…
Browse files Browse the repository at this point in the history
…YOFFICE/api.onlyoffice.com into feature/refresh-file

# Conflicts:
#	CHANGELOG.md
#	site/pages/Docs/Docs API/More Information/Changelog/index.md
  • Loading branch information
ovchinnikova-natalya committed Dec 23, 2024
2 parents eb94867 + 28df8d3 commit 91a6456
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- docs api: added the refreshFile method
- docs api: added the events.onRequestRefreshFile event
- docs api: the document editing will be prohibited for all users editing the document with the specified key, if the users parameter is not specified for the drop command
- docs api: the editorConfig.customization.submitForm parameter can now be used as an object
- docs api: the editorConfig.customization.compactToolbar parameter is now available for the viewer
- docs api: added the editorConfig.customization.pointerMode parameter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Disconnects the users with the identifiers specified in the *users* parameter from the **document editing service**. These users will be able to view the document, but will not be allowed to make changes to it.

Starting from version 8.3, if the *users* parameter is not specified, the document editing will be prohibited for all users editing the document with the specified *key*.

## Request example

``` json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The list of changes of ONLYOFFICE Docs API.

- Added the [refreshFile](../../Usage%20API/Methods/index.md#refreshfile) method.
- Added the [events.onRequestRefreshFile](../../Usage%20API/Config/Events/index.md#onrequestrefreshfile) event.
- The document editing will be prohibited for all users editing the document with the specified *key*, if the *users* parameter is not specified for the [drop](../../Additional%20API/Command%20service/drop/index.md) command.
- The [editorConfig.customization.submitForm](../../Usage%20API/Config/Editor/Customization/index.md#submitform) parameter can now be used as an object.
- The [editorConfig.customization.compactToolbar](../../Usage%20API/Config/Editor/Customization/index.md#compacttoolbar) parameter is now available for the viewer.
- Added the [editorConfig.customization.pointerMode](../../Usage%20API/Config/Editor/Customization/index.md#pointermode) parameter.
Expand Down

0 comments on commit 91a6456

Please sign in to comment.