forked from FriendsOfREDAXO/navigation_factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yml
25 lines (25 loc) · 931 Bytes
/
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
package: navigation_factory
version: '2.0.3'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/navigation_factory
page:
title: 'translate:title'
perm: admin[]
icon: rex-icon fa-arrow-circle-up
subpages:
main: { title: 'translate:main' }
codeexamples:
title: 'translate:codeexamples'
subpages:
rex_nav: { title: 'translate:rex_nav' }
rex_lang_nav: { title: 'translate:rex_lang_nav' }
rex_breadcrumb_nav: { title: 'translate:rex_breadcrumb_nav' }
rex_custom_nav: { title: 'translate:rex_custom_nav' }
help:
title: 'translate:help'
subpages:
readme: { title: 'translate:help_readme' }
changelog: { title: 'translate:help_changelog' }
license: { title: 'translate:help_license' }
requires:
redaxo: '^5.0'