mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 07:31:55 +08:00
Add global options for plugins
This commit is contained in:
@ -148,6 +148,9 @@ define([
|
||||
.catch(function(err) {
|
||||
me.configPlugins.plugins = false;
|
||||
});
|
||||
|
||||
if (this.configPlugins.config.options)
|
||||
this.api.setPluginsOptions(this.configPlugins.config.options);
|
||||
}
|
||||
|
||||
if ( !Common.Controllers.Desktop.isActive() || !Common.Controllers.Desktop.isOffline() ) {
|
||||
|
||||
Reference in New Issue
Block a user