You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
358 B
12 lines
358 B
vich_uploader:
|
|
db_driver: orm
|
|
|
|
mappings:
|
|
pokemon_image:
|
|
uri_prefix: /images/pokemons
|
|
upload_destination: '%kernel.project_dir%/public/images/pokemons'
|
|
namer: Vich\UploaderBundle\Naming\SmartUniqueNamer
|
|
|
|
inject_on_load: false
|
|
delete_on_update: true
|
|
delete_on_remove: true
|