Files
iD/data/presets/fields/par.json
Bryan Housel 861299bb1c Support minValue/maxValue on numeric fields
Configure most numeric fields to avoid negative values
(closes #5043)
2018-06-02 11:11:15 -04:00

8 lines
115 B
JSON

{
"key": "par",
"type": "number",
"minValue": 1,
"label": "Par",
"placeholder": "3, 4, 5..."
}