feature: add cookie hint on every html page (DSGVO)
To be compliant to the european DSGVO, if your website uses cookies you way need to inform the visitor of your website.
This plugin modifies the generated html pages and adds neccessary html/css/js to the pages. Text to be displayed is configurable. Test is included.
Wouldn't you do this in the theme?
Also, looks like this would require jQuery but no mention of it in the readme.
And a defined but never used variable in the code: JS_LIBRARIES
Hi, thank you for giving feedback.
Putting it to the theme would be much easier you are right - but you have to always use the same theme or requires modifying any theme before using.
I removed th unused vaiable and import and added the dependency to jquery.