Limit Real Fire field to UK and Ireland (re: #7630)

This commit is contained in:
Quincy Morgan
2020-06-23 13:14:51 -04:00
parent e19e023dbd
commit 6f77d7fd3f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -341,7 +341,7 @@
"railway/signal/direction": {"key": "railway:signal:direction", "type": "combo", "label": "Direction Affected", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}},
"rating": {"key": "rating", "type": "combo", "label": "Power Rating", "snake_case": false},
"rcn_ref": {"key": "rcn_ref", "type": "text", "label": "Cycling Code"},
"real_fire": {"key": "real_fire", "type": "check", "label": "Real Fire", "terms": ["fire place", "fire"]},
"real_fire": {"countryCodes": ["gb", "ie"], "key": "real_fire", "type": "check", "label": "Real Fire", "terms": ["fire place", "fire"]},
"recycling_accepts": {"key": "recycling:", "type": "multiCombo", "label": "Accepts"},
"recycling_type": {"key": "recycling_type", "type": "combo", "label": "Type", "placeholder": "Container, Center", "strings": {"options": {"container": "Container", "centre": "Center"}}},
"ref_aeroway_gate": {"key": "ref", "type": "text", "label": "Gate Number"},
+1
View File
@@ -1,4 +1,5 @@
{
"countryCodes": ["gb", "ie"],
"key": "real_fire",
"type": "check",
"label": "Real Fire",