mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Making outdoor_seating checkbox
This commit is contained in:
@@ -817,11 +817,6 @@ en:
|
||||
outdoor_seating:
|
||||
# outdoor_seating=*
|
||||
label: Outdoor Seating
|
||||
options:
|
||||
# outdoor_seating=yes
|
||||
yes: Outdoor seating is possible
|
||||
# outdoor_seating=no
|
||||
no: No outdoor seating
|
||||
par:
|
||||
# par=*
|
||||
label: Par
|
||||
|
||||
@@ -1105,15 +1105,8 @@
|
||||
},
|
||||
"outdoor_seating": {
|
||||
"key": "outdoor_seating",
|
||||
"type": "combo",
|
||||
"label": "Outdoor Seating",
|
||||
"placeholder": "Yes, No...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"no": "No outdoor seating",
|
||||
"yes": "Outdoor seating is possible"
|
||||
}
|
||||
}
|
||||
"type": "check",
|
||||
"label": "Outdoor Seating"
|
||||
},
|
||||
"par": {
|
||||
"key": "par",
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"key": "outdoor_seating",
|
||||
"type": "combo",
|
||||
"label": "Outdoor Seating",
|
||||
"placeholder": "Yes, No...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"no": "No outdoor seating",
|
||||
"yes": "Outdoor seating is possible"
|
||||
}
|
||||
}
|
||||
"type": "check",
|
||||
"label": "Outdoor Seating"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user