mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
861299bb1c
Configure most numeric fields to avoid negative values (closes #5043)
7 lines
101 B
JSON
7 lines
101 B
JSON
{
|
|
"key": "step_count",
|
|
"type": "number",
|
|
"minValue": 0,
|
|
"label": "Number of Steps"
|
|
}
|