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" + } +}