Skip to content

Commit

Permalink
add a field preset for the brewery tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nlehuby committed Dec 7, 2017
1 parent 3440b55 commit 4a2fa07
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 4a2fa07

Please sign in to comment.