mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-03 03:35:51 +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
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"dog",
|
||||
"dog_yes",
|
||||
"gnis/feature_id-US",
|
||||
"ref"
|
||||
],
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"{@templates/internet_access}",
|
||||
"dog",
|
||||
"dog_yes",
|
||||
"gnis/feature_id-US",
|
||||
"ref"
|
||||
],
|
||||
|
||||
@@ -1824,10 +1824,14 @@ en:
|
||||
leashed: Leashed Only
|
||||
# dog=no
|
||||
'no': Not Allowed
|
||||
# dog=unleashed
|
||||
unleashed: Leashes Not Required
|
||||
# dog=yes
|
||||
'yes': Allowed
|
||||
# 'terms: animals,pets'
|
||||
terms: '[translate with synonyms or related terms for ''Dogs'', separated by commas]'
|
||||
dog_yes:
|
||||
# dog=*
|
||||
door:
|
||||
# door=*
|
||||
label: Door
|
||||
|
||||
Reference in New Issue
Block a user