Skip to content

Commit f81e4f3

Browse files
[Update] snapshot config schema
1 parent 445ef14 commit f81e4f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

schemas/config.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@
433433
"border",
434434
"mac_window_bar",
435435
"margin",
436+
"radius",
436437
"shadow",
437438
"title_config"
438439
],
@@ -446,6 +447,10 @@
446447
"margin": {
447448
"$ref": "#/definitions/Margin"
448449
},
450+
"radius": {
451+
"type": "number",
452+
"format": "float"
453+
},
449454
"shadow": {
450455
"$ref": "#/definitions/Shadow"
451456
},

0 commit comments

Comments
 (0)