mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 23:43:46 +00:00
Add post_box forms
This commit is contained in:
@@ -975,7 +975,14 @@
|
||||
]
|
||||
},
|
||||
"icon": "post",
|
||||
"form": []
|
||||
"form": [
|
||||
"address",
|
||||
"operator",
|
||||
{
|
||||
"key": "collection_times",
|
||||
"type": "text"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "library",
|
||||
|
||||
@@ -18,5 +18,11 @@
|
||||
},
|
||||
"icon": "post",
|
||||
"form": [
|
||||
"address",
|
||||
"operator",
|
||||
{
|
||||
"key": "collection_times",
|
||||
"type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user