add missing caseSensitive property to many combo fields

This commit is contained in:
Martin Raifer
2022-11-09 18:37:00 +01:00
parent 6a013006cc
commit bd476266d0
18 changed files with 32 additions and 14 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"key": "rating",
"type": "combo",
"label": "Power Rating",
"snake_case": false
"snake_case": false,
"caseSensitive": true
}