recipe.yml
1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Basic Privacy
description: Adds basic privacy features such as consent management and remote content blocking.
type: Drupal CMS
recipes:
- drupal_cms_page
install:
- bpmn_io
- eca_base
- eca_config
- eca_content
- eca_user
- klaro
- menu_link_attributes
- menu_link_content
config:
strict: false
import:
klaro: '*'
system:
- system.menu.footer
actions:
klaro.settings:
simpleConfigUpdate:
auto_decorate_final_html: true
library.group_by_purpose: true
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:
grantPermission: 'use klaro'