Make three file settings editable in Cloud System Console UI (#20525)
Automatic Merge
Этот коммит содержится в:
@@ -1401,9 +1401,9 @@ func (s *PasswordSettings) SetDefaults() {
|
||||
}
|
||||
|
||||
type FileSettings struct {
|
||||
EnableFileAttachments *bool `access:"site_file_sharing_and_downloads,cloud_restrictable"`
|
||||
EnableMobileUpload *bool `access:"site_file_sharing_and_downloads,cloud_restrictable"`
|
||||
EnableMobileDownload *bool `access:"site_file_sharing_and_downloads,cloud_restrictable"`
|
||||
EnableFileAttachments *bool `access:"site_file_sharing_and_downloads"`
|
||||
EnableMobileUpload *bool `access:"site_file_sharing_and_downloads"`
|
||||
EnableMobileDownload *bool `access:"site_file_sharing_and_downloads"`
|
||||
MaxFileSize *int64 `access:"environment_file_storage,cloud_restrictable"`
|
||||
MaxImageResolution *int64 `access:"environment_file_storage,cloud_restrictable"`
|
||||
MaxImageDecoderConcurrency *int64 `access:"environment_file_storage,cloud_restrictable"`
|
||||
|
||||
Ссылка в новой задаче
Block a user