Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Spitsyn committed Oct 16, 2024
1 parent 13272b9 commit 8eb4115
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,24 @@
* Added the `servicesCoAuthoring.server.forceSaveUsingButtonWithoutChanges`
option to save the file when force saving by pressing the button without changes
* Added the `users` parameter, similar to `users` in [callback handler](https://api.onlyoffice.com/editors/callback#users)
in the response to the [`info`](https://api.onlyoffice.com/editors/command/info) command
in the response to the
[`info`](https://api.onlyoffice.com/editors/command/info) command

#### WOPI

* Added the `Password` and `PasswordToOpen` parameters to the `convert-to`
request

#### Customization
* Extend support for the [`editorConfig.region`](https://api.onlyoffice.com/editors/config/editor#region)

* Extend support for the
[`editorConfig.region`](https://api.onlyoffice.com/editors/config/editor#region)
parameter in the editor's config:

in all editors, this parameter is used to define the default unit
of measurement (for regions us-..., ca-... inches are used by default,
unless otherwise specified in the [`customization.unit`](https://api.onlyoffice.com/editors/config/editor/customization#unit) parameter;
unless otherwise specified in the
[`customization.unit`](https://api.onlyoffice.com/editors/config/editor/customization#unit) parameter;

support for the [`editorConfig.location`](https://api.onlyoffice.com/editors/config/editor#location)
parameter, which was used previously, will be discontinued;
Expand Down

0 comments on commit 8eb4115

Please sign in to comment.