Removed cloud_restrictable from PluginSettings.Enabled (#15725)

Этот коммит содержится в:
Maria A Nunez
2020-10-01 15:53:36 -04:00
коммит произвёл GitHub
родитель 8113279460
Коммит 54fa796f0a

Просмотреть файл

@@ -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"`