mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 15:05:32 +00:00
Add Type field and search terms to Parking Space Add parking-specific capacity field Deprecate `disabled_spaces`
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"key": "capacity",
|
|
"type": "number",
|
|
"minValue": 0,
|
|
"label": "Total Spaces",
|
|
"placeholder": "10, 20, 30..."
|
|
}
|