diff --git a/leapt/im-bundle/2.0/config/packages/leapt_im.yaml b/leapt/im-bundle/2.0/config/packages/leapt_im.yaml new file mode 100644 index 00000000..a3b17df2 --- /dev/null +++ b/leapt/im-bundle/2.0/config/packages/leapt_im.yaml @@ -0,0 +1,7 @@ +# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst +leapt_im: + cache_path: cache/im + formats: + # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...) + medium: + thumbnail: 100x100> diff --git a/leapt/im-bundle/2.0/config/routes/leapt_im.yaml b/leapt/im-bundle/2.0/config/routes/leapt_im.yaml new file mode 100644 index 00000000..833c244d --- /dev/null +++ b/leapt/im-bundle/2.0/config/routes/leapt_im.yaml @@ -0,0 +1,2 @@ +leapt_im: + resource: '@LeaptImBundle/Resources/config/routing.yml' diff --git a/leapt/im-bundle/2.0/manifest.json b/leapt/im-bundle/2.0/manifest.json new file mode 100644 index 00000000..57be4a3e --- /dev/null +++ b/leapt/im-bundle/2.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Leapt\\ImBundle\\LeaptImBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/public/cache/" + ] +}