mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Add description of accepted_image_formats
in app config
This commit is contained in:
parent
c995ead1e0
commit
a38c134280
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ hcaptcha:
|
|||
# TOTP Drift period in seconds
|
||||
otp_drift_period: 30
|
||||
|
||||
# This list controls the "accept" attribute on file upload fields
|
||||
# This ensures mobile users get an appropriate file picker (one for only images)
|
||||
# as well as preventing the upload of videos or formats we don't support
|
||||
# including making iOS automatically convert HEIC files to JPEG
|
||||
accepted_image_formats:
|
||||
- image/jpeg
|
||||
- .jpg
|
||||
|
|
Loading…
Reference in a new issue