Files
symfony-flex-recipes-contrib/void.og-image.1.0.json
T
github-action[bot]andgithub-action[bot] 93d7348182 Update Flex endpoint
2026-03-29 01:38:49 +00:00

29 lines
836 B
JSON

{
"manifests": {
"void/og-image": {
"manifest": {
"bundles": {
"Void\\OgImage\\Symfony\\OgImageBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/og_image.yaml": {
"contents": [
"og_image:",
" driver: imagick",
" storage_dir: \"%kernel.project_dir%/public/og-images\"",
""
],
"executable": false
}
},
"ref": "502f70a7528e307c82ceb31aab62f643d09f4767"
}
}
}