summaryrefslogtreecommitdiff
path: root/templates/form-paged/fields/second.toml
blob: cdeb9f0187cf87da59b0b8f97cc73ed05e9a524c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[field.text]
placeholder = "Text placeholder"

[field.text.validation]
pattern = "\\w+"

[field.manythings]
type = "select"

[field.manythings.options]
first = "First level"
second = "Second level"

[field.multiplethings]
type = "checkbox"
options = ["thing-1", "thing-2", "thing-3"]