mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
Add cookie consent bundle
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user