generated from FriendsOfREDAXO/rex_repo_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.yml
35 lines (35 loc) · 856 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
26
27
28
29
30
31
32
33
34
35
package: filepond_uploader
version: '1.4.2'
author: 'KLXM Crossmedia GmbH Thomas Skerbis'
supportpage: https://github.com/KLXM/filepond_uploader
requires:
php: '>=8.1'
redaxo: '^5.17.1'
packages:
yform: '>=4.0.0'
metainfo: '>=2.0.0'
page:
title: 'translate:filepond_uploader_title'
subpages:
upload: {
title: 'translate:filepond_uploader_upload',
perm: filepond_uploader[upload]
}
settings: {
title: 'translate:filepond_uploader_settings',
perm: admin
}
default_config:
allowed_types: 'image/*,video/*,application/pdf'
max_size: 200
max_files: 30
max_pixel: 2100
category_id: 0
installer_ignore:
- node_modules
- package.json
- package-lock.json
- yarn.lock
- .gitignore
- .github
- .git