mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
861299bb1c
Configure most numeric fields to avoid negative values (closes #5043)
8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"key": "capacity",
|
|
"type": "number",
|
|
"minValue": 0,
|
|
"label": "Capacity",
|
|
"placeholder": "50, 100, 200..."
|
|
}
|