From 262689e14029b6f7141d72c947f13659f2c4263a Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 25 Jul 2022 00:52:21 +0000 Subject: [PATCH] Add location and notes to Events collection --- src/collections/Events.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/collections/Events.ts b/src/collections/Events.ts index 9417e97..c30ef9b 100644 --- a/src/collections/Events.ts +++ b/src/collections/Events.ts @@ -108,6 +108,16 @@ const Events: CollectionConfig = { } } ] + }, + { + name: 'location', + label: 'Location', + type: 'text' + }, + { + name: 'notes', + label: 'Notes', + type: 'textarea' } ] };