Files
symfony-flex-recipes-contrib/liip.imagine-bundle.1.8.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

48 lines
2.0 KiB
JSON

{
"manifests": {
"liip/imagine-bundle": {
"manifest": {
"bundles": {
"Liip\\ImagineBundle\\LiipImagineBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/"
},
"gitignore": [
"/%PUBLIC_DIR%/media/cache/"
],
"post-install-output": [
" <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>",
" 1. You <options=bold>MUST</> verify and uncomment the configuration in <comment>%CONFIG_DIR%/packages/liip_imagine.yaml</>.",
" 2. You <options=bold>MAY</> configure your image transformation library (<comment>gmagick</>, <comment>imagick</>, or <comment>gd</> [default]).",
" 3. You <options=bold>MAY</> define custom transformation definitions under the <comment>filter_sets</> option."
]
},
"files": {
"config/routes/liip_imagine.yaml": {
"contents": [
"_liip_imagine:",
" resource: \"@LiipImagineBundle/Resources/config/routing.yaml\"",
""
],
"executable": false
},
"config/packages/liip_imagine.yaml": {
"contents": [
"# See dos how to configure the bundle: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html",
"liip_imagine:",
" # valid drivers options include \"gd\" or \"gmagick\" or \"imagick\"",
" driver: \"gd\"",
""
],
"executable": false
}
},
"ref": "ffbb72e74598f04cc7f79f9fc736c77eeb98f569"
}
}
}