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)
7 lines
86 B
JSON
7 lines
86 B
JSON
{
|
|
"key": "rooms",
|
|
"type": "number",
|
|
"minValue": 0,
|
|
"label": "Rooms"
|
|
}
|