diff --git a/connectholland/cookie-consent-bundle/0.4/config/packages/ch_cookie_consent.yaml b/connectholland/cookie-consent-bundle/0.4/config/packages/ch_cookie_consent.yaml new file mode 100644 index 00000000..f878f0de --- /dev/null +++ b/connectholland/cookie-consent-bundle/0.4/config/packages/ch_cookie_consent.yaml @@ -0,0 +1,2 @@ +ch_cookie_consent: + categories: ['analytics', 'tracking', 'social_media', 'marketing'] diff --git a/connectholland/cookie-consent-bundle/0.4/config/routes/ch_cookie_consent.yaml b/connectholland/cookie-consent-bundle/0.4/config/routes/ch_cookie_consent.yaml new file mode 100644 index 00000000..07c33c50 --- /dev/null +++ b/connectholland/cookie-consent-bundle/0.4/config/routes/ch_cookie_consent.yaml @@ -0,0 +1,2 @@ +ch_cookie_consent: + resource: "@CHCookieConsentBundle/Resources/config/routing.yaml" diff --git a/connectholland/cookie-consent-bundle/0.4/manifest.json b/connectholland/cookie-consent-bundle/0.4/manifest.json new file mode 100644 index 00000000..5e6bb8b3 --- /dev/null +++ b/connectholland/cookie-consent-bundle/0.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "ConnectHolland\\CookieConsentBundle\\CHCookieConsentBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}