Files
symfony-flex-recipes/symfony.ux-lazy-image.2.17.json
T
github-action[bot]andgithub-action[bot] e7a29cacc2 Update Flex endpoint
2024-06-02 15:51:28 +00:00

37 lines
1.4 KiB
JSON

{
"manifests": {
"symfony/ux-lazy-image": {
"manifest": {
"bundles": {
"Symfony\\UX\\LazyImage\\LazyImageBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/lazy_image.yaml": {
"contents": [
"# lazy_image:",
" # It is recommended to cache the generated BlurHash for performance reasons, to avoid generating it for each request.",
" # https://symfony.com/bundles/ux-lazy-image/current/index.html#performance-considerations",
" # cache: cache.lazy_image",
"",
"framework:",
" cache:",
" # pools:",
" # cache.lazy_image: ",
" # If possible, prefer to use a cache adapter that is not cleared between deployments, like \"cache.adapter.redis\"",
" # adapter: cache.app",
""
],
"executable": false
}
},
"ref": "5605622849aeea46d318684a9e68976837b6dab9"
}
}
}