mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
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
14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"key": "reservation",
|
|
"type": "combo",
|
|
"label": "Reservations",
|
|
"strings": {
|
|
"options": {
|
|
"yes": "Accepted",
|
|
"no": "Not Accepted",
|
|
"required": "Required",
|
|
"recommended": "Recommended"
|
|
}
|
|
}
|
|
}
|