Skip to content

Commit

Permalink
add form config for greenwall location types to default flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
goldpbear committed Sep 8, 2016
1 parent 11f5f0f commit 92f4254
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/flavors/defaultflavor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,16 @@ place:
display_prompt: _(I have the following complaint:)
placeholder: _(Description...)
optional: false
- category: greenwall
includeOnForm: false
name: location_type
dataset: duwamish
icon_url: /static/css/images/markers/marker-greenwall.png
value: greenwall
label: _(Greenwall)
fields:
- name: name
type: text

# define form elements that appear on every form here
common_form_elements:
Expand Down

0 comments on commit 92f4254

Please sign in to comment.