{
"Disabled": [
false,
"bool",
null,
"Setting to true disables the module"
],
"EnableUploadSizeLimit": [
true,
"bool",
null,
"If true, upload file size limit is set"
],
"UploadSizeLimitMb": [
100,
"int",
null,
"Upload file size limit value, in Mbytes. Additionally to the value supplied here, the actual limitation is affected by PHP configuration values post_max_size and upload_max_filesize - the smallest of these 3 values is applied. Note that webserver may add its own limitations, client_max_body_size in Nginx for example."
],
"UserSpaceLimitMb": [
100,
"int",
null,
"Default filestorage disk space quota for new user accounts created"
],
"TenantSpaceLimitMb": [
1000,
"int",
null,
"With multitenancy enabled, default tenant space quota; with multitenancy disabled, total disk space quota for the installation"
],
"ShowUserSpaceLimit": [
true,
"bool",
null,
"If true, UserSpaceLimitMb setting is shown in admin settings UI"
],
"AllowTrash": [
true,
"bool",
null,
"Setting to true show Trash storage"
],
"AllowFavorites": [
true,
"bool",
null,
"Setting to true show Favorites storage"
]
}