File tree Expand file tree Collapse file tree 1 file changed +51
-4
lines changed
DistributionPackages/CodeQ.Site/Configuration Expand file tree Collapse file tree 1 file changed +51
-4
lines changed Original file line number Diff line number Diff line change 13
13
placeholder : ' Enter headline here...'
14
14
hyphens : true
15
15
formatting :
16
- h1 : true
16
+ h1 : false
17
17
h2 : true
18
18
h3 : true
19
19
h4 : true
@@ -45,11 +45,11 @@ Neos:
45
45
sub : true
46
46
sup : true
47
47
p : true
48
- h1 : true
48
+ h1 : false
49
49
h2 : true
50
50
h3 : true
51
- h4 : false
52
- h5 : false
51
+ h4 : true
52
+ h5 : true
53
53
h6 : false
54
54
pre : false
55
55
table : true
@@ -73,11 +73,58 @@ Neos:
73
73
inspector :
74
74
group : ' general'
75
75
position : 50
76
+ ' assets ' :
77
+ type : array<Neos\Media\Domain\Model\Asset>
78
+ ui :
79
+ label : ' Images'
80
+ editor : Neos.Neos/Inspector/Editors/AssetEditor
81
+ editorOptions :
82
+ multiple : true
83
+ features :
84
+ upload : true
85
+ mediaBrowser : true
86
+ reloadIfChanged : true
87
+ inspector :
88
+ group : ' general'
89
+ position : 50
90
+ ' squareAsset ' :
91
+ type : Neos\Media\Domain\Model\ImageInterface
92
+ ui :
93
+ label : ' Image'
94
+ reloadIfChanged : true
95
+ inspector :
96
+ group : ' general'
97
+ position : 50
98
+ editorOptions :
99
+ crop :
100
+ aspectRatio :
101
+ enableOriginal : false
102
+ allowCustom : false
103
+ locked :
104
+ width : 1
105
+ height : 1
76
106
' alternativeText ' :
77
107
type : string
78
108
ui :
79
109
label : ' Alternative image text'
110
+ help :
111
+ message : ' This text is used for accessibility and for search engine optimization.'
80
112
reloadIfChanged : false
81
113
inspector :
82
114
group : ' general'
83
115
position : 100
116
+ ' date ' :
117
+ createdAt :
118
+ type : DateTime
119
+ defaultValue : now
120
+ ui :
121
+ label : ' Publication date'
122
+ reloadIfChanged : true
123
+ inspector :
124
+ group : ' document'
125
+ position : ' after uriPathSegment'
126
+ editorOptions :
127
+ format : ' d.m.Y'
128
+ validation :
129
+ Neos.Neos/Validation/NotEmptyValidator : { }
130
+ Neos.Neos/Validation/DateTimeValidator : { }
You can’t perform that action at this time.
0 commit comments