Files
symfony-flex-recipes-contrib/leapt.im-bundle.4.1.json
T
github-action[bot]andgithub-action[bot] dcfa04be73 Update Flex endpoint
2022-06-06 09:44:01 +00:00

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"
}
}
}