mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
22 lines
823 B
YAML
22 lines
823 B
YAML
# See the documentation for all available configuration options
|
|
joli_media:
|
|
# Configure a media library below. See the documentation for all available options
|
|
# at https://mediabundle.jolicode.com/getting-started/configuration/#configuration
|
|
|
|
# libraries:
|
|
# default:
|
|
# original:
|
|
# flysystem: "filesystem.original.storage"
|
|
# url_generator:
|
|
# strategy: folder
|
|
# path: /media/original/
|
|
# cache:
|
|
# flysystem: "filesystem.cache.storage"
|
|
# must_store_when_generating_url: false
|
|
# url_generator:
|
|
# strategy: folder
|
|
# path: /media/cache/
|
|
|
|
pre_processors:
|
|
- JoliCode\MediaBundle\PreProcessor\ExifRemovalPreProcessor
|