Skip to content

Commit

Permalink
updated readme to define the 'showRejectAllButton' config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Monti authored and l-besenyei committed Jul 17, 2024
1 parent 69aee11 commit 5a0e246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookieconsent",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ The script is being controlled mainly by a configuration object which is passed
UITimeout: 1000,
// Show 'bar' or 'modal' initial layout
mode: 'bar'
// Show the 'reject all cookies' button. It's false by default.
showRejectAllButton: false,
// Look and feel.
theme: {
barColor: '#2C7CBF',
Expand Down

0 comments on commit 5a0e246

Please sign in to comment.