diff --git a/data/fields/fence_type.json b/data/fields/fence_type.json index f0b0f90b..68c9d7c6 100644 --- a/data/fields/fence_type.json +++ b/data/fields/fence_type.json @@ -1,5 +1,17 @@ { "key": "fence_type", "type": "combo", - "label": "Type" + "label": "Type", + "strings": { + "options": { + "barbed_wire": "Barbed Wire", + "bars": "Vertical Bars", + "chain_link": "Chain-link", + "electric": "Electric", + "pole": "Poles", + "railing": "Railing", + "split_rail": "Spit-rail", + "wire": "Wire" + } + } }