-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.yml
119 lines (114 loc) · 4.06 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
package: events
version: '5.0.3'
author: 'Alexander Walther'
supportpage: https://alexplusde.github.io/events/
requires:
php:
version: '>8.1'
redaxo: '^5.17'
packages:
auto_delete: ">=1"
yform: "^4"
yform_geo_osm: ^1
yform_field: "^2"
page:
title: translate:events
prio: 100
icon: rex-icon fa-calendar-days
pages:
events:
title: translate:events
main: true
block: system
prio: 15
icon: rex-icon fa-calendar-day
perm: events[]
subpages:
calendar:
title: translate:event_calendar
icon: rex-icon fa-calendar-days
perm: events[calendar]
date_lang:
title: translate:event_lang
perm: events[date_lang]
icon: rex-icon fa-language
subPath: pages/data_edit.php
yform:
table_name: rex_event_date_lang
wrapper_class: rex_event_date_lang
show_title: false
date:
title: translate:event_date
icon: rex-icon fa-calendar-day
subPath: pages/data_edit.php
yform:
table_name: rex_event_date
wrapper_class: rex_event_date
show_title: false
perm: events[date]
category:
title: translate:event_category
icon: rex-icon fa-folder
subPath: pages/data_edit.php
yform:
table_name: rex_event_category
wrapper_class: rex_event_category
show_title: false
perm: events[category]
location:
title: translate:event_location
icon: rex-icon fa-map-marker
subPath: pages/data_edit.php
yform:
table_name: rex_event_location
wrapper_class: rex_event_location
show_title: false
perm: events[location]
registration:
title: translate:event_date_registration
icon: rex-icon fa-users-between-lines
subPath: pages/data_edit.php
yform:
table_name: rex_event_date_registration
wrapper_class: rex_event_date_registration
show_title: false
perm: events[register]
registration_person:
title: translate:event_date_registration_person
icon: rex-icon fa-user-plus
subPath: pages/data_edit.php
yform:
table_name: rex_event_date_registration_person
wrapper_class: rex_event_date_registration_person
show_title: false
perm: events[registration_person]
category_request:
title: translate:event_category_request
icon: rex-icon fa-person-circle-question
subPath: pages/data_edit.php
yform:
table_name: rex_event_category_request
wrapper_class: rex_event_category_request
show_title: false
perm: events[request]
settings:
title: translate:event_settings
icon: rex-icon fa-gear
itemClass: pull-right
perm: admin
docs:
title: translate:event_docs
icon: rex-icon fa-info-circle
itemClass: pull-right
perm: events[docs]
pjax: false
default_config:
currency: EUR
timezone_api_code: ''
default_organizer_name: ''
fallback_image: 'events_fallback_image.jpg'
editor: "form-control redactor-editor--default"
event_empty: "<p>Keine Veranstaltungen gefunden.</p>"
withdrawal: ''
article_id: ''
url_profile: false # Merkt sich, ob URL-Profile bereits installiert wurden