mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
+742
-741
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2295,6 +2295,9 @@
|
||||
"0.6",
|
||||
"3.0"
|
||||
],
|
||||
"void/og-image": [
|
||||
"1.0"
|
||||
],
|
||||
"vuillaume-agency/symfony-turnstile": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user