Skip to content
Snippets Groups Projects
Commit a74b51a9 authored by Jürgen Haas's avatar Jürgen Haas Committed by Adam G-H
Browse files

Issue #3487164 by jurgenhaas, kgertz: Configure consent management to be non-intrusive

parent b970cb19
No related branches found
No related tags found
1 merge request!189Resolve #3487164 "Non intrusive consent management"
Pipeline #339731 failed
......@@ -5,6 +5,7 @@
"version": "dev-main",
"require": {
"drupal/core": ">=10.3",
"drupal/klaro": "3.x-dev"
"drupal/klaro": "3.x-dev",
"drupal/menu_link_attributes": "^1.5"
}
}
_meta:
version: '1.0'
entity_type: menu_link_content
uuid: d7f4f1b2-af94-46b8-ac63-a8a5b14fb0f5
bundle: menu_link_content
default_langcode: en
default:
enabled:
-
value: true
title:
-
value: 'My privacy settings'
menu_name:
-
value: footer
link:
-
uri: 'internal:#'
title: ''
options:
attributes:
rel: open-consent-manager
external:
-
value: false
rediscover:
-
value: true
weight:
-
value: 0
expanded:
-
value: false
revision_translation_affected:
-
value: true
......@@ -6,6 +6,7 @@ recipes:
- core/recipes/page_content_type
install:
- klaro
- menu_link_attributes
- menu_link_content
config:
strict: false
......@@ -17,12 +18,19 @@ config:
klaro.settings:
simpleConfigUpdate:
auto_decorate_final_html: true
library.group_by_purpose: true
library.cookie_expires_after_days: 30
klaro.texts:
simpleConfigUpdate:
consentModal.privacyPolicy.url: 'internal:/privacy-policy'
klaro.klaro_app.cms:
simpleConfigUpdate:
label: 'Drupal CMS'
menu_link_attributes.config:
simpleConfigUpdate:
attributes.rel:
label: Relationship
description: 'The "rel" attribute specifies the relationship between the current document and the linked document.'
user.role.anonymous:
grantPermission: 'use klaro'
user.role.authenticated:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment