Skip to content

Commit

Permalink
feat: [#188574288] Add offshore wind sector and investment funding ty…
Browse files Browse the repository at this point in the history
…pe to funding opportunities
  • Loading branch information
sirsamueljoseph authored and SirSamuelJoseph committed Nov 19, 2024
1 parent 618c0e8 commit fef06f6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions web/public/mgmt/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ collections:
- label: "Home Based"
name: "homeBased"
widget: "select"
options: ["yes", "no", "unknown"]
options: ["yes", "no", "unknown", "n/a"]
default: "unknown"
- label: "Is nonprofit only"
name: "isNonprofitOnly"
Expand Down Expand Up @@ -1497,13 +1497,26 @@ collections:
options: ["Do Not Publish"]
default: ""
required: false

- label: "Municipality"
name: "municipality"
widget: "select"
multiple: false
required: false
options: ["All", "Newark"]
- label: "Funding Amount"
name: "fundingAmount"
widget: "select"
required: false
multiple: true
options: ["Less than $50,000", "$50,000 to $500,000", "More than $500,000"]
- label: "Min Employees Required"
name: "minEmployeesRequired"
required: false
widget: number
- label: "Max Employees Required"
name: "maxEmployeesRequired"
required: false
widget: number

- name: "archived-funding-opportunities"
label: "Fund Opps - Archived"
Expand Down

0 comments on commit fef06f6

Please sign in to comment.