diff --git a/ibexa/connect/4.6/manifest.json b/ibexa/connect/4.6/manifest.json index 7d31628a..6d4b52b7 100644 --- a/ibexa/connect/4.6/manifest.json +++ b/ibexa/connect/4.6/manifest.json @@ -11,5 +11,8 @@ }, "bundles": { "Ibexa\\Bundle\\Connect\\IbexaConnectBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" } } diff --git a/ibexa/connect/5.0/manifest.json b/ibexa/connect/5.0/manifest.json index 7d31628a..6d4b52b7 100644 --- a/ibexa/connect/5.0/manifest.json +++ b/ibexa/connect/5.0/manifest.json @@ -11,5 +11,8 @@ }, "bundles": { "Ibexa\\Bundle\\Connect\\IbexaConnectBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" } }