mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Add Reservations field to relevant tourism and amenity presets
Add Stars field to the Restaurant preset Replace the Outdoor Seating field with the Phone field as a default field for the Restaurant preset, since it is more relevant
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "reservation",
|
||||
"type": "combo",
|
||||
"label": "Reservations",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Accepted",
|
||||
"no": "Not Accepted",
|
||||
"required": "Required",
|
||||
"recommended": "Recommended"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user