mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 05:27:50 +02:00
Made target and country case sensitive (#490)
This commit is contained in:
committed by
GitHub
parent
fa3563bc02
commit
2426405727
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"key": "country",
|
||||
"type": "combo",
|
||||
"label": "Country"
|
||||
"label": "Country",
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"key": "target",
|
||||
"type": "combo",
|
||||
"label": "Target"
|
||||
"label": "Target",
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user