-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.yml
38 lines (36 loc) · 945 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
36
37
38
package: yform_spam_protection
version: '1.2.6-dev'
author: Friends Of REDAXO
supportpage: https://github.com/friendsofredaxo/yform_spam_protection
perm: admin[]
requires:
redaxo: '^5.17'
packages:
yform: '^4'
php:
version: '>=8.1'
page:
hidden: true
pages:
yform/spam_protection:
title: 'Spamschutz'
perm: admin[]
icon: rex-icon fa-envelope-circle-check
subpages:
settings:
title: 'Einstellungen'
docs:
title: 'Dokumentation'
default_config:
notification_email: ""
timer: 1
timer_session: 2
timer_form: 5
honeypot: 1
ip_block: 1
ip_block_limit: 10
ip_block_timer: 300
geo_block: 0
tld_block: 0
tld_list: ".ru"
warning: "Ihre Anfrage wurde als Spam erkannt und nicht zugestellt. Sollte dies irrtümlich passiert sein, wenden Sie sich bitte an den Betreiber der Website."