Skip to content

Commit

Permalink
docs api: small fix and added to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchinnikova-natalya committed Dec 17, 2024
1 parent b95b6da commit 114116d
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.submitForm parameter can now be used as an object
- docs api: updated the WOPI section
- docs api: added the information about calling editor methods in the frameworks
- docs api: added the Checking PDF forms page
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.submitForm](../../Usage%20API/Config/Editor/Customization/index.md#submitform) parameter can now be used as an object.

## Version 8.2

- The [editorConfig.customization.mobileForceView](../../Usage%20API/Config/Editor/Customization/index.md#mobileforceview) parameter is deprecated, please use the [editorConfig.customization.mobile](../../Usage%20API/Config/Editor/Customization/index.md#mobile) parameter instead.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ Example: true

### submitForm.resultMessage

Defines a message displayed after forms are submitted. The follwoing values are available:
Defines a message displayed after forms are submitted. The following values are available:

- **""** - the message will not be displayed;
- **null / undefined** - the default message will be displayed;
Expand Down

0 comments on commit 114116d

Please sign in to comment.