-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblueprints.yaml
37 lines (35 loc) · 1.04 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
name: Sequential Form
version: 1.0.7
description: A sequence of pages, each with a form is linked, with all form data processed according to the final process
icon: link
author:
name: Richard Hainsworth
email: [email protected]
homepage: https://github.com/finanalyst/grav-plugin-sequential-form
keywords: grav, plugin, form, sequence
bugs: https://github.com/finanalyst/grav-plugin-sequential-form/issues
docs: https://github.com/finanalyst/grav-plugin-sequential-form/blob/develop/README.md
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
built_in_css:
type: toggle
label: Use built in css
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool