Skip to content

Commit

Permalink
Merge pull request 'CompactToolbar parameter for the viewer' from fea…
Browse files Browse the repository at this point in the history
…ture/update-compact-toolbar into feature/editor-8.3.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/api.onlyoffice.com/pulls/98
  • Loading branch information
LinneyS committed Dec 18, 2024
2 parents 2fa6e75 + 91f2b2a commit 9ef0548
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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 editorConfig.customization.compactToolbar parameter is now available for the viewer
- docs api: added the editorConfig.customization.pointerMode parameter
- docs api: updated the WOPI section
- docs api: added the information about calling editor methods in the frameworks
Expand Down
2 changes: 2 additions & 0 deletions site/pages/Docs/Docs API/More Information/Changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ The list of changes of ONLYOFFICE Docs API.

## Version 8.3

- 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.

## Version 8.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Example: false

## compactToolbar

Defines if the top toolbar type displayed is full (**false**) or compact (**true**). The default value is **false**.
Defines if the top toolbar type displayed is full (**false**) or compact (**true**). The default value is **false**. Starting from version 8.3, this setting is also available for the viewer. The default value for the *view* mode is **true**.

Type: boolean

Expand Down

0 comments on commit 9ef0548

Please sign in to comment.