Add post_box forms

This commit is contained in:
John Firebaugh
2013-03-07 21:33:17 -08:00
parent ec612cb50d
commit 263c570bb3
2 changed files with 14 additions and 1 deletions

View File

@@ -975,7 +975,14 @@
]
},
"icon": "post",
"form": []
"form": [
"address",
"operator",
{
"key": "collection_times",
"type": "text"
}
]
},
{
"name": "library",

View File

@@ -18,5 +18,11 @@
},
"icon": "post",
"form": [
"address",
"operator",
{
"key": "collection_times",
"type": "text"
}
]
}