diff --git a/leapt/core-bundle/2.2/config/packages/leapt_core.yaml b/leapt/core-bundle/2.2/config/packages/leapt_core.yaml new file mode 100644 index 00000000..91e2308a --- /dev/null +++ b/leapt/core-bundle/2.2/config/packages/leapt_core.yaml @@ -0,0 +1,3 @@ +# Read the documentation: https://core-bundle.leapt.io/configuration_reference.html +leapt_core: + upload_dir: '%kernel.project_dir%/public' diff --git a/leapt/core-bundle/2.2/manifest.json b/leapt/core-bundle/2.2/manifest.json new file mode 100644 index 00000000..b9fce4fa --- /dev/null +++ b/leapt/core-bundle/2.2/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Leapt\\CoreBundle\\LeaptCoreBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/public/uploads/" + ] +}