Add Add MsalsasGdprConsentBannerBundle recipe

This commit is contained in:
msalsas
2020-02-29 13:17:35 +01:00
parent b1eab1332c
commit 6a9b9ac023
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,7 @@
msalsas_gdpr_consent_banner:
has_translations: true
css: default
fade_time: 2
text_message: ""
accept_message: ""
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%/"
}
}