-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
NodeTypes.Form.yaml
72 lines (72 loc) · 1.82 KB
/
NodeTypes.Form.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
'Neos.Form.Builder:NodeBasedForm':
superTypes:
'Neos.Neos:Content': true
postprocessors:
FormNodeTypePostprocessor:
postprocessor: 'Neos\Form\Builder\NodeType\FormNodeTypePostprocessor'
postprocessorOptions:
skipPresets:
'neos.setup': true
ui:
label: i18n
icon: 'icon-list-alt'
position: 600
inlineEditable: true
inspector:
groups:
'form':
label: i18n
position: 30
icon: 'icon-list-alt'
# Preparation for the "new Neos UI":
#
# creationDialog:
# elements:
# 'preset':
# type: string
# ui:
# label: i18n
# editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
# validation:
# 'Neos.Neos/Validation/NotEmptyValidator': []
options:
fusion:
prototypeGenerator: null
childNodes:
'elements':
type: 'Neos.Form.Builder:ElementCollection'
'furtherPages':
type: 'Neos.Form.Builder:PageCollection'
'finishers':
type: 'Neos.Form.Builder:FinisherCollection'
properties:
'preset':
type: string
defaultValue: 'default'
ui:
label: i18n
reloadIfChanged: true
inspector:
group: 'form'
editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
validation:
'Neos.Neos/Validation/NotEmptyValidator': []
'identifier':
type: string
ui:
label: i18n
reloadIfChanged: true
inspector:
group: 'form'
validation:
'Neos.Neos/Validation/StringLengthValidator':
maximum: 255
'Neos.Neos/Validation/RegularExpressionValidator':
regularExpression: '/^[a-z0-9\-]+$/i'
'label':
type: string
ui:
label: i18n
reloadIfChanged: true
inspector:
group: 'form'