-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.yml
55 lines (51 loc) · 1.46 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
package: qanda
version: '2.2.2'
author: 'Alexander Walther'
supportpage: https://alexplusde.github.io/qanda/
load: late
requires:
php:
version: '>7.4,<9'
redaxo: ^5.12
packages:
yform: '>=4.0,<5'
page:
title: translate:qanda
prio: 100
icon: rex-icon fa-question-circle
pages:
qanda:
title: translate:qanda
main: true
block: system
prio: 16
icon: rex-icon fa-question-circle
perm: qanda[]
subpages:
entry:
title: translate:qanda
icon: rex-icon fa-question-circle
subPath: pages/data_edit.php
itemattr:
table_name: rex_qanda
perm: qanda[qanda]
category:
title: translate:qanda_category
icon: rex-icon fa-folder
subPath: pages/data_edit.php
itemattr:
table_name: rex_qanda_category
perm: qanda[category]
settings:
title: Einstellungen
icon: rex-icon fa-gear
itemClass: pull-right
perm: admin
docs:
title: Hilfe
subPath: README.md
icon: rex-icon fa-info-circle
itemClass: pull-right
perm: qanda[docs]
default_config:
editor: 'class="form-control cke5-editor" data-lang="de" data-profile="default"'