-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.yml
20 lines (18 loc) · 1017 Bytes
/
package.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package: be_branding
version: '1.8.1'
author: Medienfeuer, Daniel Springer
supportpage: https://github.com/medienfeuer/be_branding
page:
title: 'Backend Branding'
perm: be_branding[]
icon: rex-icon fa-fire
subpages:
infos: { title: 'Infos', perm: 'be_branding[help]',subPath: README.md } # config-Seite mit separaten Rechten
branding: { title: 'Backend Branding', perm: 'be_branding[branding]', icon: rex-icon fa-fire } # Branding-Seite mit separaten Rechten
fe_favicon: { title: 'Frontend-Favicons', perm: 'be_branding[fe_favicon]', icon: rex-icon fa-star } # Frontend-Favicon
config: { title: 'Konfiguration', perm: 'be_branding[config]', icon: rex-icon fa-wrench } # config-Seite mit separaten Rechten
credits: { title: 'Credits', perm: 'be_branding[credits]', icon: rex-icon fa-copyright, itemclass: pull-right} # config-Seite mit separaten Rechten
requires:
redaxo: '>=5.13' # benötigt mindestens REDAXO 5.13
packages:
yrewrite: '>=2.7'