Files
herbarium/config/packages/vich_uploader.yaml
Clément FRÉVILLE 6a6a135891 Allow uploading images (#13)
Adds an optional field for the post image.

Fixes #12

Co-authored-by: clfreville2 <clement.freville2@etu.uca.fr>
Reviewed-on: https://codefirst.iut.uca.fr/git/clement.freville2/herbarium/pulls/13
Reviewed-by: Bastien OLLIER <bastien.ollier@noreply.codefirst.iut.uca.fr>
2024-06-12 09:05:30 +02:00

12 lines
279 B
YAML

vich_uploader:
db_driver: orm
metadata:
type: attribute
mappings:
posts:
uri_prefix: /images/posts
upload_destination: '%kernel.project_dir%/public/images/posts'
namer: Vich\UploaderBundle\Naming\SmartUniqueNamer