Removed cloud_restrictable from PluginSettings.Enabled (#15725)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8113279460
Коммит
54fa796f0a
@@ -2585,7 +2585,7 @@ type PluginState struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type PluginSettings 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"`
|
EnableUploads *bool `access:"plugins,write_restrictable,cloud_restrictable"`
|
||||||
AllowInsecureDownloadUrl *bool `access:"plugins,write_restrictable,cloud_restrictable"`
|
AllowInsecureDownloadUrl *bool `access:"plugins,write_restrictable,cloud_restrictable"`
|
||||||
EnableHealthCheck *bool `access:"plugins,write_restrictable,cloud_restrictable"`
|
EnableHealthCheck *bool `access:"plugins,write_restrictable,cloud_restrictable"`
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user