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
123 B
JSON
8 lines
123 B
JSON
{
|
|
"key": "devices",
|
|
"type": "number",
|
|
"minValue": 0,
|
|
"label": "Devices",
|
|
"placeholder": "1, 2, 3..."
|
|
}
|