mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 19:46:52 +03:00
* [UX LazyImage] Add initial recipe * Update symfony/ux-lazy-image/2.18/config/packages/lazy_image.yaml Co-authored-by: Oskar Stark <oskarstark@googlemail.com> --------- Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"bundles": {
|
|
"Symfony\\UX\\LazyImage\\LazyImageBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|