-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yml
More file actions
38 lines (32 loc) · 802 Bytes
/
package.yml
File metadata and controls
38 lines (32 loc) · 802 Bytes
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
package: fields
version: '1.1.0'
author: 'Friends Of REDAXO'
supportpage: https://github.com/FriendsOfREDAXO/fields
page:
title: 'translate:fields_title'
perm: fields[]
icon: rex-icon fa-puzzle-piece
subpages:
config:
title: 'translate:fields_config'
icon: rex-icon fa-cogs
info:
title: 'translate:fields_info'
icon: rex-icon fa-info-circle
requires:
redaxo: '^5.17'
php:
version: '>=8.1'
packages:
yform: '>=5.0'
default_config:
# Social-Web-Repeater
social_web_icon_set: 'fontawesome'
# IBAN
iban_proxy_enabled: true
# QR Code
qr_default_size: 200
qr_default_color: '#000000'
qr_default_bg: '#ffffff'
# Icon Picker
icon_sets: 'fontawesome,uikit'