mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-08 05:57:52 +02:00
add missing caseSensitive property to many combo fields
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
"key": "rating",
|
||||
"type": "combo",
|
||||
"label": "Power Rating",
|
||||
"snake_case": false
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user