From 71973fad2cd47f9e66611f8801572aa0492834ea Mon Sep 17 00:00:00 2001 From: Matthijs Hasenpflug Date: Fri, 8 Feb 2019 14:17:01 +0100 Subject: [PATCH] Only set default categories config --- .../0.1/config/packages/ch_cookie_consent.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/connectholland/cookie-consent-bundle/0.1/config/packages/ch_cookie_consent.yaml b/connectholland/cookie-consent-bundle/0.1/config/packages/ch_cookie_consent.yaml index 324702f4..f878f0de 100644 --- a/connectholland/cookie-consent-bundle/0.1/config/packages/ch_cookie_consent.yaml +++ b/connectholland/cookie-consent-bundle/0.1/config/packages/ch_cookie_consent.yaml @@ -1 +1,2 @@ -ch_cookie_consent: ~ +ch_cookie_consent: + categories: ['analytics', 'tracking', 'social_media', 'marketing']