forked from getgrav/grav-plugin-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
76 lines (71 loc) · 1.83 KB
/
blueprints.yaml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: Form
version: 1.3.1
description: Enables the forms handling
icon: check-square
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
keywords: plugin, form
homepage: https://github.com/getgrav/grav-plugin-form
bugs: https://github.com/getgrav/grav-plugin-form/issues
license: MIT
dependencies:
- { name: grav, version: '~1.1' }
form:
validation: strict
fields:
enabled:
type: hidden
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
files:
type: section
title: PLUGIN_FORM.FILES
fields:
files.multiple:
type: toggle
label: PLUGIN_FORM.ALLOW_MULTIPLE
help: PLUGIN_FORM.ALLOW_MULTIPLE_HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
files.destination:
type: text
label: PLUGIN_FORM.DESTINATION
help: PLUGIN_FORM.DESTINATION_HELP
default: '@self'
files.accept:
type: selectize
size: large
label: PLUGIN_FORM.ACCEPT
help: PLUGIN_FORM.ACCEPT_HELP
classes: fancy
default:
- image/*
validate:
type: commalist
recaptcha:
type: section
title: PLUGIN_FORM.RECAPTCHA
fields:
recaptcha.site_key:
type: text
label: PLUGIN_FORM.RECAPTCHA_SITE_KEY
help: PLUGIN_FORM.RECAPTCHA_SITE_KEY_HELP
default: ''
recaptcha.secret_key:
type: text
label: PLUGIN_FORM.RECAPTCHA_SECRET_KEY
help: PLUGIN_FORM.RECAPTCHA_SECRET_KEY_HELP
default: ''