Merge pull request #870

This commit is contained in:
symfony-flex-server[bot]
2020-04-04 12:24:46 +00:00
committed by GitHub
3 changed files with 16 additions and 0 deletions
@@ -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%/"
}
}