Add leapt/im-bundle v5 config (#1573)

Co-authored-by: jmsche <jonathan.scheiber@wikipower.be>
This commit is contained in:
jmsche
2024-01-01 22:09:31 +01:00
committed by GitHub
parent 583566e2fa
commit 0c9f453129
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst
leapt_im:
cache_path: cache/im
formats:
# Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)
medium:
thumbnail: 100x100>

View File

@@ -0,0 +1,2 @@
leapt_im:
resource: '@LeaptImBundle/config/routing.php'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Leapt\\ImBundle\\LeaptImBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/public/cache/"
]
}