mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Reduced the maximum fields count before warning from 9 to 8 Updated some similar highway presets to use field inheritance Added additional fields to moreFields of various highway presets
13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"key": "dog",
|
|
"type": "combo",
|
|
"label": "Dogs",
|
|
"strings": {
|
|
"options": {
|
|
"yes": "Allowed",
|
|
"leashed": "Leashed Only",
|
|
"no": "Not Allowed"
|
|
}
|
|
}
|
|
}
|