From 07059ed3362959ef91cd2a6208f5b1ac6cb08cec Mon Sep 17 00:00:00 2001 From: Matthijs Hasenpflug Date: Fri, 8 Feb 2019 13:44:27 +0100 Subject: [PATCH] Add cookie consent bundle --- .../0.1/config/packages/ch_cookie_consent.yaml | 5 +++++ .../cookie-consent-bundle/0.1/manifest.json | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 connectholland/cookie-consent-bundle/0.1/config/packages/ch_cookie_consent.yaml create mode 100644 connectholland/cookie-consent-bundle/0.1/manifest.json 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 new file mode 100644 index 00000000..bca799a2 --- /dev/null +++ b/connectholland/cookie-consent-bundle/0.1/config/packages/ch_cookie_consent.yaml @@ -0,0 +1,5 @@ +ch_cookie_consent: + theme: 'light' + categories: ['analytics', 'tracking', 'marketing', 'social_media'] + excluded_routes: ~ + excluded_paths: ~ diff --git a/connectholland/cookie-consent-bundle/0.1/manifest.json b/connectholland/cookie-consent-bundle/0.1/manifest.json new file mode 100644 index 00000000..c92d40f0 --- /dev/null +++ b/connectholland/cookie-consent-bundle/0.1/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "ConnectHolland\\CookieConsentBundle\\CHCookieConsentBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" + } +}