mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add leapt/im-bundle v5 config (#1573)
Co-authored-by: jmsche <jonathan.scheiber@wikipower.be>
This commit is contained in:
7
leapt/im-bundle/5.0/config/packages/leapt_im.yaml
Normal file
7
leapt/im-bundle/5.0/config/packages/leapt_im.yaml
Normal 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>
|
||||
2
leapt/im-bundle/5.0/config/routes/leapt_im.yaml
Normal file
2
leapt/im-bundle/5.0/config/routes/leapt_im.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
leapt_im:
|
||||
resource: '@LeaptImBundle/config/routing.php'
|
||||
11
leapt/im-bundle/5.0/manifest.json
Normal file
11
leapt/im-bundle/5.0/manifest.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Leapt\\ImBundle\\LeaptImBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/public/cache/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user