1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

Add media upload size parameter

This commit is contained in:
lapineige 2023-02-05 13:32:09 +01:00 committed by GitHub
parent f937d30d38
commit ec1889c5bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,27 @@
{
"name": "password",
"type": "password"
},
{
"name": "media_upload_size",
"type": "string",
"help": {
"en": "Maximum size of the media uploaded. Can be changed later.",
"fr": "Taille maximale des médias mis en ligne. Peut-être modifié ultérieurement."
},
"choices": [
"1MB",
"2MB",
"5MB",
"10MB",
"15MB",
"20MB",
"35MB",
"50MB",
"100MB",
"150MB"
],
"default": "20MB"
}
]
}