Skip to content

Commit e3047d6

Browse files
committed
✨ batch for files and pages sections
Signed-off-by: Bruno Meilick <[email protected]>
1 parent 73170b8 commit e3047d6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

kirby5-blueprints.schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,9 @@
899899
"@autofocus": {
900900
"type": "boolean"
901901
},
902+
"@batch": {
903+
"type": "boolean"
904+
},
902905
"@before": {
903906
"$ref": "#/$defs/nonEmptyString"
904907
},
@@ -3907,6 +3910,9 @@
39073910
"section"
39083911
]
39093912
},
3913+
"batch": {
3914+
"$ref": "#/$defs/field-properties/@batch"
3915+
},
39103916
"empty": {
39113917
"$ref": "#/$defs/field-properties/@empty"
39123918
},
@@ -4027,6 +4033,9 @@
40274033
"section"
40284034
]
40294035
},
4036+
"batch": {
4037+
"$ref": "#/$defs/field-properties/@batch"
4038+
},
40304039
"create": {
40314040
"$ref": "#/$defs/field-properties/@create"
40324041
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kirby3-schema",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)