Skip to content

Commit

Permalink
Merge pull request #4598 from Jungle-Bus/brewery
Browse files Browse the repository at this point in the history
Add a field preset for the brewery tag
  • Loading branch information
bhousel authored Dec 17, 2017
2 parents a4afa3a + 4a2fa07 commit 8720f7e
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 66 deletions.
3 changes: 3 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ en:
brand:
# brand=*
label: Brand
brewery:
# brewery=*
label: Draft Beers
bridge:
# bridge=*
label: Type
Expand Down
5 changes: 5 additions & 0 deletions data/presets/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@
"type": "text",
"label": "Brand"
},
"brewery": {
"key": "brewery",
"type": "semiCombo",
"label": "Draft Beers"
},
"bridge": {
"key": "bridge",
"type": "typeCombo",
Expand Down
5 changes: 5 additions & 0 deletions data/presets/fields/brewery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "brewery",
"type": "semiCombo",
"label": "Draft Beers"
}
Loading

0 comments on commit 8720f7e

Please sign in to comment.