-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yml
41 lines (38 loc) · 1.45 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
# Alle hier gesetzten Werte können über $addon->getProperty($key) abgefragt werden
package: podcastmanager
version: '1.0.0'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/podcastmanager/
page:
title: 'Podcast Manager'
perm: podcastmanager[]
icon: rex-icon fa-headphones
subpages:
main:
title: 'translate:main'
icon: rex-icon fa-headphones
subPath: lib/data_edit.php
yformTable: rex_podcastmanager
yformClass: podcastmanager-yform
yformTitle: false
categories: { title: 'translate:categories', icon: rex-icon fa-tags }
settings: { perm: 'podcastmanagersettings[]', title: 'translate:settings', icon: rex-icon fa-wrench }
stats:
title: 'translate:stats'
icon: rex-icon fa-line-chart
subPath: lib/data_edit.php
yformTable: rex_podcastmanager_stats
yformClass: podcastmanager-yform
yformTitle: false
serverstats:
title: 'Server-Statistik'
icon: rex-icon fa-pie-chart
requires:
redaxo: '>=5.4' # benötigt mindestens REDAXO 5.4
packages:
yrewrite: '>=1' # setzt yrewrite voraus
#url: ^1.0.0-beta5 # benötigt Addon Url
#yform: '>=2.2' # setzt yform ab v 2.2 voraus
#statistics: '>=1' # das statistics addon für download-tracking
php:
version: '>=5.6' # benötigt mindestens PHP 5.6