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' } ] };