diff --git a/data/presets/fields/garden/type.json b/data/presets/fields/garden/type.json new file mode 100644 index 000000000..4683eb2ff --- /dev/null +++ b/data/presets/fields/garden/type.json @@ -0,0 +1,15 @@ +{ + "key": "garden:type", + "type": "combo", + "label": "Garden Type", + "strings": { + "options": { + "arboretum": "Arboretum", + "botanical": "Botanical", + "community": "Community", + "residential": "Residential", + "roof_garden": "Roof Garden", + "show_garden": "Show Garden" + } + } +}