From d83918b0301fbb5b07f191389467158a3786f069 Mon Sep 17 00:00:00 2001 From: yonatan miller Date: Thu, 7 Nov 2024 20:58:03 +0100 Subject: [PATCH] Add Portland --- admin/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/config.yml b/admin/config.yml index c1d72e0..8688333 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -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"}