From df8abc917021c37de4d1657490ded48f58b23282 Mon Sep 17 00:00:00 2001 From: Ilya Sobolev Date: Thu, 27 May 2021 19:08:29 +0300 Subject: [PATCH] Added radio buttons to Addplugins docs article --- .../Document/AddPlugins/AddPlugins.ascx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Web/Controls/Help/Server/Document/AddPlugins/AddPlugins.ascx b/Web/Controls/Help/Server/Document/AddPlugins/AddPlugins.ascx index f0fb20781..9a8e8c35d 100644 --- a/Web/Controls/Help/Server/Document/AddPlugins/AddPlugins.ascx +++ b/Web/Controls/Help/Server/Document/AddPlugins/AddPlugins.ascx @@ -44,12 +44,19 @@
git clone https://github.com/ONLYOFFICE/plugin-name 

Where plugin-name is the URL-address of the plugin (e.g. https://github.com/ONLYOFFICE/plugin-wordscounter to download Words counter plugin).

-
  • Put the folder with the plugin code to the sdkjs-plugins folder, which is located in the ONLYOFFICE Docs directory. -

    For Linux:

    -
    mv plugin-folder /var/www/onlyoffice/documentserver/sdkjs-plugins/
    -

    For Windows:

    -
    move plugin-folder %ProgramFiles%\ONLYOFFICE\DocumentServer\sdkjs-plugins\
    -

    Where plugin-folder is an absolute path plugin directory.

    +
  • Put the folder with the plugin code to the sdkjs-plugins folder, which is located in the ONLYOFFICE Docs directory.

    + + + + +
    +
    mv plugin-folder /var/www/onlyoffice/documentserver/sdkjs-plugins/
    +

    Where plugin-folder is an absolute path plugin directory.

    +
    +
    +
    move plugin-folder %ProgramFiles%\ONLYOFFICE\DocumentServer\sdkjs-plugins\
    +

    Where plugin-folder is an absolute path plugin directory.

    +
  • The plugins will be available to all the users of ONLYOFFICE Docs. In some cases service restart is required:
    supervisorctl restart all