Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-03-29 01:38:49 +00:00
parent 5581eea474
commit 93d7348182
4 changed files with 801 additions and 741 deletions
+742 -741
View File
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,28 @@
{
"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"
}
}
}
+3
View File
@@ -2295,6 +2295,9 @@
"0.6",
"3.0"
],
"void/og-image": [
"1.0"
],
"vuillaume-agency/symfony-turnstile": [
"1.0"
],
+28
View File
@@ -0,0 +1,28 @@
{
"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"
}
}
}