Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cookieinformation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cookieinformation
Merge requests
!15
Issue 3424380: Add new consent types for Google consent mode v2.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue 3424380: Add new consent types for Google consent mode v2.
issue/cookieinformation-3424380:3424380-consent-mode-v2-types
into
2.1.x
Overview
1
Commits
6
Pipelines
2
Changes
10
Merged
Heikki Ylipaavalniemi
requested to merge
issue/cookieinformation-3424380:3424380-consent-mode-v2-types
into
2.1.x
1 year ago
Overview
1
Commits
6
Pipelines
2
Changes
10
Expand
Closes
#3424380
0
0
Merge request reports
Compare
2.1.x
version 14
e86438a2
1 year ago
version 13
4f54b6d5
1 year ago
version 12
2fb2c70c
1 year ago
version 11
cbb5801e
1 year ago
version 10
27cc83f1
1 year ago
version 9
02f7ee83
1 year ago
version 8
362f2d0d
1 year ago
version 7
9de98b98
1 year ago
version 6
130f4bbe
1 year ago
version 5
73f4f39f
1 year ago
version 4
339b1844
1 year ago
version 3
b0d0ef6a
1 year ago
version 2
c001e20c
1 year ago
version 1
925f47fa
1 year ago
2.1.x (base)
and
latest version
latest version
e86438a2
6 commits,
1 year ago
version 14
e86438a2
6 commits,
1 year ago
version 13
4f54b6d5
5 commits,
1 year ago
version 12
2fb2c70c
4 commits,
1 year ago
version 11
cbb5801e
3 commits,
1 year ago
version 10
27cc83f1
3 commits,
1 year ago
version 9
02f7ee83
2 commits,
1 year ago
version 8
362f2d0d
3 commits,
1 year ago
version 7
9de98b98
2 commits,
1 year ago
version 6
130f4bbe
1 commit,
1 year ago
version 5
73f4f39f
5 commits,
1 year ago
version 4
339b1844
4 commits,
1 year ago
version 3
b0d0ef6a
3 commits,
1 year ago
version 2
c001e20c
2 commits,
1 year ago
version 1
925f47fa
1 commit,
1 year ago
10 files
+
124
−
44
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
config/schema/cookieinformation.schema.yml
+
3
−
6
Options
@@ -7,12 +7,9 @@ cookieinformation.settings:
enable_popup
:
type
:
boolean
label
:
'
Enable
the
cookie
consent
popup.'
enable_google_consent_mode
:
type
:
boolean
label
:
'
Enable
Google
consent
mode'
enable_google_consent_mode_v2
:
type
:
boolean
label
:
'
Enable
Google
consent
mode
v2'
google_consent_mode
:
type
:
string
label
:
'
Google
Consent
Mode'
block_iframes
:
type
:
boolean
label
:
'
Block
iframes
unless
consent
has
been
given'
Loading