Skip to content

Commit 2848dcf

Browse files
authored
Enable Drafts (#36)
1 parent a464658 commit 2848dcf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/collections/Events.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export const Events: CollectionConfig = {
1414
access: {
1515
read: () => true,
1616
},
17-
17+
versions: {
18+
drafts: true,
19+
},
1820
fields: [
1921
{
2022
name: "title",

0 commit comments

Comments
 (0)