Files
symfony-flex-recipes-contrib/leapt.im-bundle.2.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +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/routes/leapt_im.yaml": {
"contents": [
"leapt_im:",
" resource: '@LeaptImBundle/Resources/config/routing.yml'",
""
],
"executable": false
},
"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
}
},
"ref": "feeab1653fecfa06354b38a7ba89ef30753fb7a2"
}
}
}