Updating filters and behaviors

This commit is contained in:
DaanV2
2023-10-24 21:58:11 +02:00
parent 96d0654970
commit b79f694f7a
25 changed files with 496 additions and 16 deletions

View File

@@ -87,7 +87,13 @@
"max_distance": {
"title": "Max Distance",
"description": "UNDOCUMENTED.",
"type": "number",
"type": ["number", "null"],
"minimum": 0
},
"min_distance": {
"title": "Min Distance",
"description": "UNDOCUMENTED.",
"type": ["number", "null"],
"minimum": 0
}
}