Skip to content

Commit

Permalink
Add Portland
Browse files Browse the repository at this point in the history
  • Loading branch information
shushugah authored Nov 7, 2024
1 parent d178838 commit d83918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ collections:
fields: # The fields for each document, usually in front matter
- {label: "Title", name: "title", widget: "string"}
- {label: "Date (use New York time)", name: "date", widget: "datetime", format: "YYYY-MM-DD HH:mm" }
- {label: "Locations", name: "locations", widget: "select", multiple: true, default: ["Global"], min: 1, options: ["Global", "Online", "Berlin", "San Fransisco", "San Diego", "New York", "Austin", "Netherlands", "Italy", "Washington DC", "Boston", "Los Angeles", "Seattle"]}
- {label: "Locations", name: "locations", widget: "select", multiple: true, default: ["Global"], min: 1, options: ["Global", "Online", "Berlin", "San Fransisco", "San Diego", "Portland", "New York", "Austin", "Netherlands", "Italy", "Washington DC", "Boston", "Los Angeles", "Seattle"]}
- {label: "Time zones", name: "time_zones", widget: "select", multiple: true, default: ["US/Eastern"], min: 1, options: ["US/Eastern", "US/Pacific", "US/Central", "US/Mountain", "Europe/Berlin", "Europe/London"]}
- {label: "Tags", name: "tags", widget: "list"}
- {label: "Body", name: "body", widget: "markdown"}
Expand Down

0 comments on commit d83918b

Please sign in to comment.