Files
symfony-flex-recipes-contrib/leapt.im-bundle.5.0.json
github-action[bot]andgithub-action[bot] f41fb16574 Update Flex endpoint
2024-01-01 21:09:46 +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/config/routing.php'",
""
],
"executable": false
}
},
"ref": "2e83b0cc81013f1e1c31a376712420612fa51b1f"
}
}
}