-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.yml
executable file
·32 lines (28 loc) · 1.19 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
package: forcal
version: '5.0.3'
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] }
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]
default_config:
forcal_multiuser: 1
forcal_shortcut_save: 1
forcal_full_time_preselection: 1
forcal_start_page: 'calendar'
console_commands:
forcal:list: forCal\Command\ListCommand