Skip to content

Commit

Permalink
Update config.
Browse files Browse the repository at this point in the history
  • Loading branch information
thmull committed Mar 26, 2024
1 parent faf5e26 commit 70fd134
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dist/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ var klaroConfig = {
// entire groups of services instead of having to enable or disable every service.
groupByPurpose: true,

// You can make the consent notice autofocused by enabling the following option
autoFocus: false,

// You can show a title in the consent notice by enabling the following option
showNoticeTitle: false,

// How Klaro should store the user's preferences. It can be either 'cookie'
// (the default) or 'localStorage'.
storageMethod: 'cookie',
Expand Down

0 comments on commit 70fd134

Please sign in to comment.