Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request 'Fix for the connector note' from fix/connector-no…
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jan 17, 2025
2 parents 9dd91b0 + c48de39 commit 2283d22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ function onChangeContentControl(e) {

> Please note that the connector is available only for **ONLYOFFICE Developer Edition**.
>
> This class is an additional feature which is available at extra cost and is not included by default in ONLYOFFICE Developer Edition. If you have any questions, please contact our sales team at <[email protected]>.
> The connector is an additional feature not included by default in the ONLYOFFICE Developer Edition and is available at an extra cost. Please contact our sales team at <[email protected]> to request a quote.
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ Collects all the comments from the document and displays them in the custom inte

> Please note that the connector is available only for **ONLYOFFICE Developer Edition**.
>
> This class is an additional feature which is available at extra cost and is not included by default in ONLYOFFICE Developer Edition. If you have any questions, please contact our sales team at <[email protected]>.
> The connector is an additional feature not included by default in the ONLYOFFICE Developer Edition and is available at an extra cost. Please contact our sales team at <[email protected]> to request a quote.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Manages review process from an external source.

> Please note that the connector is available only for **ONLYOFFICE Developer Edition**.
>
> This class is an additional feature which is available at extra cost and is not included by default in ONLYOFFICE Developer Edition. If you have any questions, please contact our sales team at <[email protected]>.
> The connector is an additional feature not included by default in the ONLYOFFICE Developer Edition and is available at an extra cost. Please contact our sales team at <[email protected]> to request a quote.
4 changes: 2 additions & 2 deletions site/pages/Docs/Docs API/Usage API/Automation API/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ To create the connector, use the [createConnector](../Methods/index.md#createcon
const connector = docEditor.createConnector()
```

> Please note that the connector is available only for **ONLYOFFICE Developer Edition**.
> Please note that the connector is available only for the **ONLYOFFICE Developer Edition**.
>
> This class is an additional feature which is available at extra cost and is not included by default in ONLYOFFICE Developer Edition. If you have any questions, please contact our sales team at <[email protected]>.
> The connector is an additional feature not included by default in the ONLYOFFICE Developer Edition and is available at an extra cost. Please contact our sales team at <[email protected]> to request a quote.
The connector has the same interface as plugins. Below you can find methods that are available for this class.

Expand Down

0 comments on commit 2283d22

Please sign in to comment.