-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.yml
49 lines (43 loc) · 1.64 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
42
43
44
45
46
47
48
49
package: ymedia
version: '1.0-dev'
author: 'Jan Kristinus'
supportpage: https://github.com/redaxo/redaxo
page:
title: translate:ymedia
# popup: openMediaPool(); return false;
# perm: media/hasMediaPerm
prio: 20
block: system
# pjax: true
icon: rex-icon rex-icon-media
subpages:
pool:
title: translate:ymedia_pool_title
tags:
title: translate:ymedia_tags_title
categories:
title: translate:ymedia_category_title
settings:
title: translate:ymedia_settings_title
itemclass: pull-right
docs:
title: translate:ymedia_docs_title
icon: rex-icon fa-info-circle
itemclass: pull-right
# upload: { title: translate:pool_file_insert }
# structure: { title: translate:pool_cat_list, perm: media/hasAll }
# sync: { title: translate:pool_sync_files, perm: media[sync] }
#blocked_extensions: [php, php3, php4, php5, php6, php7, php8, phar, pht, phtml, hh, pl, asp, aspx, cfm, jsp, jsf, bat, sh, cgi, htaccess, htpasswd]
# optional mime type allowlist. the list is checked after the blocked_extensions check from above has passed.
# exmaple:
# allowed_mime_types:
# gif: [image/gif]
# jpg: [image/jpeg, image/pjpeg]
#allowed_mime_types: ~
#allowed_doctypes: [bmp, css, doc, docx, eps, gif, gz, jpg, jpeg, mov, mp3, mp4, ogg, pdf, png, ppt, pptx, pps, ppsx, rar, rtf, svg, swf, tar, tif, tiff, txt, webp, wma, xls, xlsx, zip]
#image_extensions: [bmp, gif, jpeg, jpg, png, svg, tif, tiff, webp]
requires:
php: '>=8.1'
redaxo: ^5.15.0
packages:
yform: '>=4.1.1'