Add recyling preset and related fields

This commit is contained in:
Aaron Lidman
2013-11-21 16:13:48 -08:00
parent d034370cdb
commit 6b8add7fe7
8 changed files with 86 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "cans",
"type": "check",
"label": "Accepts Cans"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "clothes",
"type": "check",
"label": "Accepts Clothes"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "glass",
"type": "check",
"label": "Accepts Glass"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "paper",
"type": "check",
"label": "Accepts Paper"
}