-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.yml
75 lines (70 loc) · 2.07 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
65
66
67
68
69
70
71
72
73
74
75
package: neues
version: '6.0.0'
author: Friends of REDAXO
supportpage: https://github.com/FriendsofREDAXO/neues
requires:
php:
version: '>7.3,<9'
redaxo: ^5.17
packages:
yform: '^4'
yform/manager: '^4'
yform_field: '^2.7.1'
page:
title: translate:neues
prio: 100
icon: rex-icon fa-gear
pages:
neues:
title: translate:neues
main: true
block: system
prio: 16
icon: rex-icon fa-bullhorn
perm: neues[]
subpages:
entry:
title: translate:neues_entry
icon: rex-icon fa-bullhorn
perm: neues[date]
subPath: pages\yform.php
category:
title: translate:neues_category
icon: rex-icon fa-folder
perm: neues[category]
subPath: pages\yform.php
author:
title: translate:neues_author
icon: rex-icon fa-user
perm: neues[author]
subPath: pages\yform.php
lang:
title: translate:neues_lang
perm: neues[lang]
icon: rex-icon fa-flag
subPath: pages\yform.php
settings:
title: translate:neues_settings
icon: rex-icon fa-gear
itemClass: pull-right
perm: admin
docs:
title: translate:neues_help
icon: rex-icon fa-info-circle
itemClass: pull-right
perm: neues[docs]
yform:
neues/entry:
table_name: FriendsOfRedaxo\Neues\Entry
neues/category:
table_name: FriendsOfRedaxo\Neues\Category
neues/author:
table_name: FriendsOfRedaxo\Neues\Author
neues/lang:
table_name: FriendsOfRedaxo\Neues\EntryLang
default_config:
default_author: "Redaktion"
default_thumbnail: "neues_entry_fallback_image.png"
external_url_label: "Zur Website"
editor: 'class="form-control redactor-editor--default"'
url_profile: false