mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"connectholland/cookie-consent-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ConnectHolland\\CookieConsentBundle\\CHCookieConsentBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ch_cookie_consent.yaml": {
|
|
"contents": [
|
|
"ch_cookie_consent: ",
|
|
" categories: ['analytics', 'tracking', 'social_media', 'marketing']",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/ch_cookie_consent.yaml": {
|
|
"contents": [
|
|
"ch_cookie_consent:",
|
|
" resource: \"@CHCookieConsentBundle/Resources/config/routing.yaml\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "9725d24dc996a1041f25b9e29fc1567a861f98e4"
|
|
}
|
|
}
|
|
}
|