Harborn-digital / cookie-consent-bundle

Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
MIT License
19 stars 18 forks source link

[Feature] New Event to Modify Form Class #82

Open alexej-d opened 3 years ago

alexej-d commented 3 years ago

Thank you for the nice bundle! Might you nice people add an event to the buildForm method of the CookieConsentType class so one would be able to modify the form items of the builder? (for example to add form elements or modify existing elements without the need to do that in twig)