diff --git a/contao/core-bundle/4.6/config/packages/contao_core.yaml b/contao/core-bundle/4.6/config/packages/contao_core.yaml new file mode 100644 index 00000000..202e4ced --- /dev/null +++ b/contao/core-bundle/4.6/config/packages/contao_core.yaml @@ -0,0 +1,2 @@ +contao: + web_dir: "%kernel.project_dir%/public" diff --git a/contao/core-bundle/4.6/manifest.json b/contao/core-bundle/4.6/manifest.json index f4013526..0c538cd8 100644 --- a/contao/core-bundle/4.6/manifest.json +++ b/contao/core-bundle/4.6/manifest.json @@ -2,6 +2,9 @@ "bundles": { "Contao\\CoreBundle\\ContaoCoreBundle": ["all"] }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, "composer-scripts": { "contao:install %PUBLIC_DIR%": "symfony-cmd", "contao:symlinks %PUBLIC_DIR%": "symfony-cmd"