diff --git a/core23/matomo-bundle/1.1/config/packages/core23_matomo.yaml b/core23/matomo-bundle/1.1/config/packages/core23_matomo.yaml new file mode 100644 index 00000000..83dd877c --- /dev/null +++ b/core23/matomo-bundle/1.1/config/packages/core23_matomo.yaml @@ -0,0 +1,4 @@ +sonata_block: + blocks: + core23_matomo.block.statistic: + core23_matomo.block.tracker: diff --git a/core23/matomo-bundle/1.1/manifest.json b/core23/matomo-bundle/1.1/manifest.json new file mode 100644 index 00000000..42984850 --- /dev/null +++ b/core23/matomo-bundle/1.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Core23\\MatomoBundle\\Core23MatomoBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}