mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-21 00:01:26 +02:00
docs(schema): update jsonschema
This commit is contained in:
13
schema.json
13
schema.json
@@ -4286,6 +4286,19 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"work_area_offset_rules": {
|
||||||
|
"description": "Work area offset rules in the format of threshold => Rect (default: None)",
|
||||||
|
"type": [
|
||||||
|
"object",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"additionalProperties": false,
|
||||||
|
"patternProperties": {
|
||||||
|
"^\\d+$": {
|
||||||
|
"$ref": "#/$defs/Rect"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"workspace_padding": {
|
"workspace_padding": {
|
||||||
"description": "Workspace padding (default: global)",
|
"description": "Workspace padding (default: global)",
|
||||||
"type": [
|
"type": [
|
||||||
|
|||||||
Reference in New Issue
Block a user