Merge pull request #7501 from stragu/patch-2

Fix confusion between allotment gardens and community gardens
This commit is contained in:
Quincy Morgan
2020-04-06 09:33:22 -07:00
committed by GitHub
3 changed files with 17 additions and 1 deletions

View File

@@ -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"
}
}
}

View File

@@ -20,5 +20,5 @@
"allotment",
"garden"
],
"name": "Community Garden"
"name": "Allotment Garden"
}

View File

@@ -2,6 +2,7 @@
"icon": "maki-garden",
"fields": [
"name",
"garden/type",
"operator",
"access_simple",
"fee",