Replies: 2 comments
-
Is this possible to do in version 3? How? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Answered in: #722 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have some categories:
necessary: { readOnly: true, enabled: true },
catA: { enabled: true },
catB: { enabled: false },
In the first dialog, the consentModal we want to have the buttons:
Only necessary -> necessary
Accept expected -> necessary & catA, note: NOT catB
And then we have the option to manually select categories, but that we have solved in the text.
How do configure to get the "Accept expected"-button in the first dialog. I.e. get the ones having "enabled: true" in the settings.
In cookie consent v2 we could configure consent_modal like this:
PS catB are some odd things where we need to make the visitors explicitly accept those in another dialog. We already have that logic.
Beta Was this translation helpful? Give feedback.
All reactions