mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 22:38:38 +02:00
add "unleashed" as value for dog tag field
and limit offered values of `dog` field on dog-specific features to just =leashed`/`unleashed`: `no` does generally not make sense on these, and `yes`/`designated` is already implied by the primary tag.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"options": {
|
||||
"yes": "Allowed",
|
||||
"leashed": "Leashed Only",
|
||||
"unleashed": "Leashes Not Required",
|
||||
"no": "Not Allowed"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "dog",
|
||||
"type": "combo",
|
||||
"label": "{dog}",
|
||||
"options": [
|
||||
"leashed",
|
||||
"unleashed"
|
||||
],
|
||||
"stringsCrossReference": "{dog}",
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Reference in New Issue
Block a user