Add location and notes to Events collection

This commit is contained in:
2022-07-25 00:52:21 +00:00
parent 37e77d3405
commit 262689e140

View File

@@ -108,6 +108,16 @@ const Events: CollectionConfig = {
}
}
]
},
{
name: 'location',
label: 'Location',
type: 'text'
},
{
name: 'notes',
label: 'Notes',
type: 'textarea'
}
]
};