Skip to content

Commit

Permalink
Merge pull request 'Updates for the drop command' from feature/drop-u…
Browse files Browse the repository at this point in the history
…pdates into feature/editor-8.3.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/api.onlyoffice.com/pulls/101
  • Loading branch information
LinneyS committed Dec 20, 2024
2 parents 8a864eb + 52be961 commit 28df8d3
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
@@ -1,5 +1,6 @@
# Change Log

- 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 @@ -2,6 +2,7 @@ The list of changes of ONLYOFFICE Docs API.

## Version 8.3

- 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 28df8d3

Please sign in to comment.