leapt/im-bundle: import PHP routing instead of YAML (#1411)

This commit is contained in:
jmsche
2022-06-02 10:59:21 +02:00
committed by GitHub
parent 770168b7b8
commit 9c6582a82b
3 changed files with 20 additions and 0 deletions
@@ -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>
@@ -0,0 +1,2 @@
leapt_im:
resource: '@LeaptImBundle/Resources/config/routing.php'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Leapt\\ImBundle\\LeaptImBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/public/cache/"
]
}