From d0bfc426ba3be529a99828b7bf7adaf25b3ae75f Mon Sep 17 00:00:00 2001 From: core23 Date: Thu, 20 Sep 2018 07:36:02 +0200 Subject: [PATCH] Added core23/matomo-bundle --- .../matomo-bundle/1.1/config/packages/core23_matomo.yaml | 4 ++++ core23/matomo-bundle/1.1/manifest.json | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 core23/matomo-bundle/1.1/config/packages/core23_matomo.yaml create mode 100644 core23/matomo-bundle/1.1/manifest.json 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%/" + } +}