Skip to content

Commit fb2f015

Browse files
committed
🐛 headings prop in writer field, thanks @marcogeue
closes #42 Signed-off-by: Bruno Meilick <b@bnomei.com>
1 parent 6ca6e14 commit fb2f015

File tree

4 files changed

+149
-126
lines changed

4 files changed

+149
-126
lines changed

kirby5-blueprints.schema.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,20 @@
11391139
"description": "Sets the font family (sans or monospace)",
11401140
"default": "sans"
11411141
},
1142+
"@headings": {
1143+
"type": "array",
1144+
"items": {
1145+
"type": "integer",
1146+
"enum": [
1147+
1,
1148+
2,
1149+
3,
1150+
4,
1151+
5,
1152+
6
1153+
]
1154+
}
1155+
},
11421156
"@headline": {
11431157
"$ref": "#/$defs/nonEmptyString"
11441158
},
@@ -4375,6 +4389,9 @@
43754389
"disabled": {
43764390
"$ref": "#/$defs/field-properties/@disabled"
43774391
},
4392+
"headings": {
4393+
"$ref": "#/$defs/field-properties/@headings"
4394+
},
43784395
"help": {
43794396
"$ref": "#/$defs/field-properties/@help"
43804397
},

0 commit comments

Comments
 (0)