orestbida / cookieconsent

:cookie: Simple cross-browser cookie-consent plugin written in vanilla js
https://playground.cookieconsent.orestbida.com/
MIT License
4k stars 410 forks source link

How can we add "Reject" btn ? #15

Closed Zakaria-Ajicreative closed 3 years ago

orestbida commented 3 years ago

@Zakaria-Ajicreative you can have no more than 2 buttons on the consent modal.

You can set it as one of the 2 options below:

  1. accept button + settings button
  2. accept button + deny button

Note that the "deny button" is treated as "accept necessary cookies only". Configuration example with accept + accept_necessary buttons.

orestbida commented 3 years ago

Closing due to inactivity, feel free to re-open if needed.