This commit is contained in:
Yuri Kuznetsov
2024-12-30 22:20:28 +02:00
parent e0359a2cfb
commit beee38c1d2
+14 -1
View File
@@ -273,7 +273,20 @@
},
"defaultFilterData": {
"description": "A default filter data.",
"type": "object"
"type": "object",
"properties": {
"primary": {
"type": "string",
"default": "A primary filter."
},
"bool": {
"type": "object",
"additionalProperties": {
"type": "boolean"
},
"description": "Bool filters."
}
}
},
"selectDefaultFilters": {
"description": "A default filter on the select-records modal.",