Merge branch 'recycling_type' of https://github.com/ebrelsford/iD into ebrelsford-recycling_type

This commit is contained in:
Bryan Housel
2015-06-30 10:45:11 -04:00
6 changed files with 18 additions and 0 deletions

View File

@@ -739,6 +739,9 @@ en:
recycling/paper:
# 'recycling:paper=*'
label: Accepts Paper
recycling/type:
# 'recycling_type=*'
label: Recycling Type
ref:
# 'ref=*'
label: Reference

View File

@@ -944,6 +944,11 @@
"type": "check",
"label": "Accepts Paper"
},
"recycling/type": {
"key": "recycling_type",
"type": "combo",
"label": "Recycling Type"
},
"ref": {
"key": "ref",
"type": "text",

View File

@@ -0,0 +1,5 @@
{
"key": "recycling_type",
"type": "combo",
"label": "Recycling Type"
}

View File

@@ -1482,6 +1482,7 @@
"fields": [
"operator",
"address",
"recycling/type",
"recycling/cans",
"recycling/glass",
"recycling/paper",

View File

@@ -3,6 +3,7 @@
"fields": [
"operator",
"address",
"recycling/type",
"recycling/cans",
"recycling/glass",
"recycling/paper",

View File

@@ -1199,6 +1199,9 @@
"recycling/paper": {
"label": "Accepts Paper"
},
"recycling/type": {
"label": "Recycling Type"
},
"ref": {
"label": "Reference"
},