Get Started
Usage API
Using WOPI
Additional API
More information
|
PluginsDescription
The plugins section allows to connect the special add-ons to your Document Server installation which will help you add additional features to document editors. Parameters
Example
var docEditor = new DocsAPI.DocEditor("placeholder", { "editorConfig": { "plugins": { "autostart": [ "asc.{0616AE85-5DBE-4B6B-A0A9-455C4F1503AD}", "asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}", ... ], "pluginsData": [ "https://example.com/plugin1/config.json", "https://example.com/plugin2/config.json", ... ] }, ... }, ... }); Where the example.com is the name of the server where document manager and document storage service are installed and the plugins are placed. See the How it works section to find out more on Document Server service client-server interactions. If you have any further questions, please contact us at integration@onlyoffice.com. |