diff --git a/model/config.go b/model/config.go index b4317db9eb..ae7f490884 100644 --- a/model/config.go +++ b/model/config.go @@ -2585,7 +2585,7 @@ type PluginState struct { } type PluginSettings struct { - Enable *bool `access:"plugins,write_restrictable,cloud_restrictable"` + Enable *bool `access:"plugins,write_restrictable"` EnableUploads *bool `access:"plugins,write_restrictable,cloud_restrictable"` AllowInsecureDownloadUrl *bool `access:"plugins,write_restrictable,cloud_restrictable"` EnableHealthCheck *bool `access:"plugins,write_restrictable,cloud_restrictable"`