From 70fd1342b8e005f9dbb5fbe02287864be0873c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 26 Mar 2024 18:23:14 +0100 Subject: [PATCH] Update config. --- dist/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/config.js b/dist/config.js index 60fb36b7..41b3183f 100644 --- a/dist/config.js +++ b/dist/config.js @@ -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',