elleracompany / craft-cookie-consent

GDPR-Compliant cookie consent banner for Craft CMS
Other
6 stars 6 forks source link

Updating cookie consent #57

Open henrikhb opened 3 years ago

henrikhb commented 3 years ago

Hi there! Is there a way to include the cookie consent dialogue on a specific page (at all times)? After storing your consent/preferences it's quite common to have a privacy or cookies page where the user can update their preferences. I'm aware of the "Show after Consent" option which will make the dialogue available everywhere on the site at all times, but that's a bit overkill in my use case.

jellingsen commented 3 years ago

There is no setting for this, but it should be fairly easy to implement on your own based on the template and the ajax endpoints.

I'll add this to the backlog and see if we can implement it in a smart way so that its easy to style in the future.