Add cookie consent bundle

This commit is contained in:
Matthijs Hasenpflug
2019-02-08 13:44:27 +01:00
parent bf5f3bb8da
commit 07059ed336
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
ch_cookie_consent:
theme: 'light'
categories: ['analytics', 'tracking', 'marketing', 'social_media']
excluded_routes: ~
excluded_paths: ~
@@ -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"
}
}