-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.yml
More file actions
91 lines (85 loc) · 2.21 KB
/
Copy pathpackage.yml
File metadata and controls
91 lines (85 loc) · 2.21 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
package: consent_manager
version: "5.6.7"
author: "Friends Of REDAXO"
supportpage: https://redaxo.org/support/community/#slack
page:
title: "translate:consent_manager_title"
perm: consent_manager[]
pjax: true
icon: rex-icon fa-solid fa-cookie-bite
subpages:
config:
title: "Settings"
icon: rex-icon fa-cog
perm: consent_manager[config]
editorial:
title: "translate:consent_manager_editorial_title"
icon: rex-icon fa-edit
perm: consent_manager[editorial]
cookiegroup:
title: "translate:consent_manager_cookiegroups"
icon: rex-icon fa-folder-open
perm: consent_manager[config]
cookie:
title: "translate:consent_manager_cookies"
icon: rex-icon fa-cog
perm: consent_manager[config]
text:
title: "translate:consent_manager_texts"
icon: rex-icon fa-file-text-o
domain:
title: "translate:consent_manager_domains"
icon: rex-icon fa-globe
perm: consent_manager[config]
theme:
title: "translate:consent_manager_theme"
icon: rex-icon fa-grip
perm: consent_manager[config]
theme_editor:
title: "Theme Editor"
icon: rex-icon fa-magic
perm: consent_manager[config]
log:
title: "translate:consent_manager_log"
help:
title: "translate:consent_manager_help"
icon: rex-icon fa-info
requires:
redaxo: "^5.15"
php:
version: ">=8.1, <9"
default_config:
hidebodyscrollbar: false
outputowncss: false
skip_consent: ''
cookie_name: 'consentmanager'
lifespan: 365
theme: false
first_run_completed: false
installer_ignore:
- .github
- .gitignore
- .semgrep
# development and test artifacts — should not be included in the released zip
- node_modules
- assets/tests
- tests
- phpunit.xml
- .php_cs
- .php_cs.dist
- .php-cs-fixer.php
- .php-cs-fixer.dist.php
- .php-cs-fixer
- .php_cs.cache
- .php-cs-fixer.cache
- composer.phar
- composer.json
- composer.lock
- package.json
- package-lock.json
- playwright.config.js
- test-results
- vendor
- .github/workflows
console_commands:
consent_manager:log-delete: FriendsOfRedaxo\ConsentManager\Command\LogDelete