mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
leapt/im-bundle: import PHP routing instead of YAML (#1411)
This commit is contained in:
@@ -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'
|
||||
@@ -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