mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"manifests": {
|
|
"leapt/im-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Leapt\\ImBundle\\LeaptImBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"gitignore": [
|
|
"/public/cache/"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/leapt_im.yaml": {
|
|
"contents": [
|
|
"# 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>",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/leapt_im.yaml": {
|
|
"contents": [
|
|
"leapt_im:",
|
|
" resource: '@LeaptImBundle/Resources/config/routing.php'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "712e27e996fd230ae81312f91d7fa683f09063f2"
|
|
}
|
|
}
|
|
}
|