diff --git a/msalsas/gdpr-consent-banner-bundle/1.0/config/packages/msalsas_gdpr_consent_banner.yaml b/msalsas/gdpr-consent-banner-bundle/1.0/config/packages/msalsas_gdpr_consent_banner.yaml new file mode 100644 index 00000000..90e8677d --- /dev/null +++ b/msalsas/gdpr-consent-banner-bundle/1.0/config/packages/msalsas_gdpr_consent_banner.yaml @@ -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 diff --git a/msalsas/gdpr-consent-banner-bundle/1.0/config/routes/msalsas_gdpr_consent_banner.yaml b/msalsas/gdpr-consent-banner-bundle/1.0/config/routes/msalsas_gdpr_consent_banner.yaml new file mode 100644 index 00000000..3ed25e22 --- /dev/null +++ b/msalsas/gdpr-consent-banner-bundle/1.0/config/routes/msalsas_gdpr_consent_banner.yaml @@ -0,0 +1,4 @@ +accept_gdpr_consent_banner: + path: /accept-gdpr-consent-banner + controller: Msalsas\GdprConsentBannerBundle\Controller\MsalsasGdprConsentBannerController:acceptGdprConsentBanner + methods: POST diff --git a/msalsas/gdpr-consent-banner-bundle/1.0/manifest.json b/msalsas/gdpr-consent-banner-bundle/1.0/manifest.json new file mode 100644 index 00000000..08d17bf7 --- /dev/null +++ b/msalsas/gdpr-consent-banner-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Msalsas\\GdprConsentBannerBundle\\MsalsasGdprConsentBannerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}