-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yml
More file actions
37 lines (33 loc) · 926 Bytes
/
package.yml
File metadata and controls
37 lines (33 loc) · 926 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
package: yform_encryption
version: '1.0.0'
author: 'FriendsOfREDAXO'
supportpage: https://github.com/FriendsOfREDAXO/yform_encryption
page:
title: 'translate:yform_encryption_title'
icon: rex-icon fa-lock
perm: admin
subpages:
config:
title: 'translate:yform_encryption_config'
icon: rex-icon fa-cog
mapping:
title: 'translate:yform_encryption_mapping'
icon: rex-icon fa-table
help:
title: 'translate:yform_encryption_help'
subPath: README.md
itemClass: 'pull-right'
requires:
redaxo: '>=5.18'
php:
version: '>=8.1'
extensions:
- sodium
packages:
yform: '>=4.0'
# Dauer der Bulk-Freischaltung in Sekunden (Standard: 1800 = 30 Minuten)
# Nur hier änderbar, nicht im Backend-UI
session_timeout: 1800
conflicts:
packages:
yform_export: '*'