Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The script is being controlled mainly by a configuration object which is passed
// How long to wait until bar or initial modal comes up.
UITimeout: 1000,
// Show 'bar' or 'modal' initial layout
mode: 'bar'
mode: 'bar',
// Show the 'reject all cookies' button. It's false by default.
showRejectAllButton: false,
// Look and feel.
Expand Down Expand Up @@ -264,8 +264,8 @@ The script is being controlled mainly by a configuration object which is passed
consentModeControls: {
ad_storage: 'necessary',
ad_user_data: 'necessary',
ad_personalization: 'necessary'
analytics_storage: 'necessary'
ad_personalization: 'necessary',
analytics_storage: 'necessary',
},
// whether consent mode updates will be handled by gtag or via custom GTM template. The value by default is null. Can have 'gtag' or 'gtm-template' values.
consentModeHandler: 'gtm-template'
Expand Down