forked from yakamara/yform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yml
64 lines (58 loc) · 1.77 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
57
58
59
60
61
62
63
64
package: yform
version: '3.4.1'
author: 'Jan Kristinus, Gregor Harlan'
supportpage: 'https://github.com/yakamara/redaxo_yform/issues'
page:
title: 'translate:yform'
pjax: false
icon: rex-icon rex-icon-module
subpages:
overview: { title: 'translate:overview', perm: admin }
docs:
title: 'Hilfe'
perm: admin[]
pjax: false
itemclass: pull-right
subpages:
intro:
title: 'translate:yform_docs_intro'
perm: admin[]
pjax: false
subPath: docs/intro.md
table_manager:
title: 'translate:yform_docs_table_manager'
perm: admin[]
pjax: false
subPath: docs/table_manager.md
formbuilder:
title: 'translate:yform_docs_formbuilder'
perm: admin[]
pjax: false
subPath: docs/formbuilder.md
demos:
title: 'translate:yform_docs_demos'
perm: admin[]
pjax: false
subPath: docs/demos.md
yorm:
title: 'translate:yform_docs_yorm'
perm: admin[]
pjax: false
subPath: docs/yorm.md
plugins:
title: 'translate:yform_docs_plugins'
perm: admin[]
pjax: false
subPath: docs/plugins.md
stylesheets:
- yform.css
- popup.css
requires:
packages:
phpmailer: '^2.0.0'
redaxo: '^5.8.0'
php:
version: '^7.0'
system_plugins:
- manager
- email