pressidium / pressidium-cookie-consent

🍪 Lightweight, user-friendly and customizable cookie consent banner to help you comply with the EU GDPR cookie law and CCPA regulations.
https://wordpress.org/plugins/pressidium-cookie-consent/
GNU General Public License v2.0
43 stars 3 forks source link

Cookie category descriptions as textareas #56

Open over-engineer opened 3 months ago

over-engineer commented 3 months ago

On wp-admin → Cookie Consent → Translations, we can set the description of each cookie category (i.e. Necessary, Analytics, Targeting, and Preferences).

Currently, there’s a text field (<input type="text">) to set these descriptions. That could be improved by replacing those text fields with textareas (<textarea>), so users can easily write longer descriptions.

(originally suggested by @nikodemsky on the WordPress.org support forum)