mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[plugins] Fix config link in description
This commit is contained in:
@ -1665,7 +1665,7 @@
|
||||
* Installs a plugin using the specified plugin config.
|
||||
* @memberof Api
|
||||
* @typeofeditors ["CDE", "CSE", "CPE"]
|
||||
* @param {object} [config] - The plugin {@link https://api.onlyoffice.com/docs/plugin-and-macros/structure/manifest/ config}.
|
||||
* @param {object} [config] - The plugin {@link https://api.onlyoffice.com/docs/plugin-and-macros/structure/configuration/ config}.
|
||||
* @alias InstallPlugin
|
||||
* @returns {object} - An object with the result information.
|
||||
* @since 7.2.0
|
||||
@ -1679,7 +1679,7 @@
|
||||
* Updates a plugin using the specified plugin config.
|
||||
* @memberof Api
|
||||
* @typeofeditors ["CDE", "CSE", "CPE"]
|
||||
* @param {object} [config] - The plugin {@link https://api.onlyoffice.com/docs/plugin-and-macros/structure/manifest/ config}.
|
||||
* @param {object} [config] - The plugin {@link https://api.onlyoffice.com/docs/plugin-and-macros/structure/configuration/ config}.
|
||||
* @alias UpdatePlugin
|
||||
* @returns {object} - An object with the result information.
|
||||
* @since 7.3.0
|
||||
|
||||
Reference in New Issue
Block a user