diff --git a/core23/gdpr-bundle/0.2/config/packages/core23_gdpr.yaml b/core23/gdpr-bundle/0.2/config/packages/core23_gdpr.yaml new file mode 100644 index 00000000..05e29533 --- /dev/null +++ b/core23/gdpr-bundle/0.2/config/packages/core23_gdpr.yaml @@ -0,0 +1,3 @@ +sonata_block: + blocks: + core23_gdpr.block.information: ~ diff --git a/core23/gdpr-bundle/0.2/manifest.json b/core23/gdpr-bundle/0.2/manifest.json new file mode 100644 index 00000000..58015d68 --- /dev/null +++ b/core23/gdpr-bundle/0.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Core23\\GDPRBundle\\Core23GDPRBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}