mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
861299bb1c
Configure most numeric fields to avoid negative values (closes #5043)
8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"key": "building:levels",
|
|
"type": "number",
|
|
"minValue": 0,
|
|
"label": "Levels",
|
|
"placeholder": "2, 4, 6..."
|
|
}
|