-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.yml
More file actions
34 lines (33 loc) · 1.04 KB
/
package.yml
File metadata and controls
34 lines (33 loc) · 1.04 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
package: pdfout
version: '10.3.0'
pdfjs: '5.4.394'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/pdfout
requires:
redaxo: '^5.15.1'
php:
version: '>=8.1'
extensions: [gd]
page:
title: 'translate:title'
perm: pdfout[]
icon: rex-icon fa-file-pdf-o
subpages:
overview:
title: 'translate:pdfout_overview'
perm: pdfout[]
config:
title: 'translate:pdfout_config'
perm: pdfout[config]
demo:
title: 'translate:pdfout_demo'
perm: pdfout[demo]
certificates:
title: 'translate:pdfout_certificates'
perm: pdfout[certificates]
docs:
{ title: 'translate:pdfout_docs', icon: "rex-icon fa-question-circle", subPath: README.md}
api:
{ title: 'API Referenz', icon: "rex-icon fa-code", subPath: API.md}
bestpractices:
{ title: 'Best Practices', icon: "rex-icon fa-lightbulb-o", subPath: BEST_PRACTICES.md}