mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #870
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
# See all configuration options at https://github.com/msalsas/MsalsasGdprConsentBannerBundle/blob/master/Resources/doc/index.rst
|
||||
msalsas_gdpr_consent_banner:
|
||||
fade_time: 2
|
||||
time_to_expire: 30 days
|
||||
@@ -0,0 +1,4 @@
|
||||
accept_gdpr_consent_banner:
|
||||
path: /accept-gdpr-consent-banner
|
||||
controller: Msalsas\GdprConsentBannerBundle\Controller\MsalsasGdprConsentBannerController:acceptGdprConsentBanner
|
||||
methods: POST
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Msalsas\\GdprConsentBannerBundle\\MsalsasGdprConsentBannerBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user