qw3rtty / grav-plugin-simple-cookie

The Simple Cookie Plugin is an extension for Grav. The plugin is based on the popular CookieConsent JS-library. For Advanced Opt-In/Opt-Out configurations you can use the 'Custom configuration' option.
MIT License
8 stars 2 forks source link

Decline button does not show configured text #9

Closed rveffer closed 4 years ago

rveffer commented 4 years ago

The Decline button shows "Decline" instead of the text in the config file.

Tested on www.veffer.net

qw3rtty commented 4 years ago

Hello @rveffer, first, thanks for opening an Issue.

Can you paste your config? So i can figure out if there is an bug in the Code or in your config.

Regards, Tom

rveffer commented 4 years ago

simple-cookie.yaml:

enabled: true custom: false position: bottom-right compliance: opt-out palette: black layout: edgeless informations: 'https://www.veffer.net/gdpr_policy' banner_message: 'Deze Site gebruikt alleen functionele cookies.' banner_dismiss: 'Sorry, Nee!' banner_accept: 'Prima, geen probleem' banner_policy: 'Lees de policy' custom_config: null

qw3rtty commented 4 years ago

@rveffer
I could fix the bug. An update should be available soon.