From 7fa70da14005c5a6021fa3136b6eef79bd7e8f78 Mon Sep 17 00:00:00 2001 From: Eric Brelsford Date: Wed, 17 Jun 2015 16:02:15 -0400 Subject: [PATCH] Include recycling_type field --- data/presets/fields/recycling/type.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/presets/fields/recycling/type.json diff --git a/data/presets/fields/recycling/type.json b/data/presets/fields/recycling/type.json new file mode 100644 index 000000000..1e35805f1 --- /dev/null +++ b/data/presets/fields/recycling/type.json @@ -0,0 +1,5 @@ +{ + "key": "recycling_type", + "type": "combo", + "label": "Recycling Type" +}