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
121 B
JSON
8 lines
121 B
JSON
{
|
|
"key": "phases",
|
|
"type": "number",
|
|
"minValue": 1,
|
|
"label": "Phases",
|
|
"placeholder": "1, 2, 3..."
|
|
}
|