diff --git a/void/og-image/1.0/config/packages/og_image.yaml b/void/og-image/1.0/config/packages/og_image.yaml new file mode 100644 index 00000000..e1dd1a9a --- /dev/null +++ b/void/og-image/1.0/config/packages/og_image.yaml @@ -0,0 +1,3 @@ +og_image: + driver: imagick + storage_dir: "%kernel.project_dir%/public/og-images" diff --git a/void/og-image/1.0/manifest.json b/void/og-image/1.0/manifest.json new file mode 100644 index 00000000..86e45b38 --- /dev/null +++ b/void/og-image/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Void\\OgImage\\Symfony\\OgImageBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}