-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.yml
More file actions
executable file
·51 lines (51 loc) · 1.52 KB
/
package.yml
File metadata and controls
executable file
·51 lines (51 loc) · 1.52 KB
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
package: forcal
version: '6.3.0'
author: 'Friends Of REDAXO'
supportpage: https://github.com/FriendsOfREDAXO/forcal/issues
page:
title: 'translate:forcal_title'
perm: 'forcal[]'
icon: rex-icon fa-calendar
block: system
subpages:
calendar:
title: 'translate:forcal_calendar'
icon: rex-icon fa-calendar
entries:
title: 'translate:forcal_entries'
icon: rex-icon fa-list-ul
categories:
title: 'translate:forcal_categories'
icon: rex-icon fa-th-list
perm: 'forcal[catspage]'
venues:
title: 'translate:forcal_venues'
icon: rex-icon fa-map-marker
perm: 'forcal[venuespage]'
custom_fields:
title: 'translate:forcal_custom_fields'
icon: rex-icon fa-server
perm: admin[]
itemClass: pull-right
user_permissions:
title: 'translate:forcal_user_permissions'
icon: rex-icon fa-users
itemClass: pull-right
perm: 'forcal[userpermissions]'
settings:
title: 'translate:forcal_settings'
icon: rex-icon fa-cog
itemClass: pull-right
perm: 'forcal[settings]'
requires:
redaxo: ^5.18.0
php:
version: '>=8.1, <9'
extensions: [intl]
packages:
flatpickr: '>=1.1.1'
default_config:
forcal_multiuser: 1
forcal_shortcut_save: 1
forcal_full_time_preselection: 1
forcal_start_page: 'calendar'