We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a464658 commit 2848dcfCopy full SHA for 2848dcf
1 file changed
src/collections/Events.ts
@@ -14,7 +14,9 @@ export const Events: CollectionConfig = {
14
access: {
15
read: () => true,
16
},
17
-
+ versions: {
18
+ drafts: true,
19
+ },
20
fields: [
21
{
22
name: "title",
0 commit comments