Feat: Raise max filesize for uploaded photos
This commit is contained in:
@@ -162,6 +162,7 @@
|
||||
</h2>
|
||||
{% include '_partials/_upload_collection_form.html.twig' with {
|
||||
'endpoint_upload': path('_uploader_upload_photo'),
|
||||
'max_filesize': 5,
|
||||
'upload_session_params': form.vars.upload_session_params,
|
||||
'accepted_files': 'image/jpg,image/jpeg',
|
||||
} %}
|
||||
|
||||
Reference in New Issue
Block a user