-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.yml
56 lines (52 loc) · 1.26 KB
/
package.yml
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
package: consent_manager
version: "4.3.0"
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 fa-coffee
subpages:
cookiegroup:
title: "translate:consent_manager_cookiegroups"
cookie:
title: "translate:consent_manager_cookies"
text:
title: "translate:consent_manager_texts"
domain:
title: "translate:consent_manager_domains"
config:
title: "translate:consent_manager_config"
theme:
title: "translate:consent_manager_theme"
log:
title: "translate:consent_manager_log"
setup:
title: "translate:consent_manager_setup"
help:
{
title: "translate:consent_manager_help",
icon: rex-icon fa-question-circle,
subPath: README.md,
itemClass: pull-right,
}
changelog:
{
title: "translate:consent_manager_changelog",
subPath: CHANGELOG.md,
itemClass: pull-right,
}
requires:
redaxo: "^5.12"
php:
version: ">=7, <9"
default_config:
hidebodyscrollbar: false
outputowncss: false
skip_consent: ''
lifespan: 365
theme: false
installer_ignore:
- .github
- .gitignore