We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934b443 commit f0db5e0Copy full SHA for f0db5e0
src/collections/init.ts
@@ -72,6 +72,7 @@ export default function registerCollections(ctx: Payload): void {
72
buildVersionCollectionFields(collection),
73
{
74
disableUnique: true,
75
+ draftsEnabled: true,
76
options: {
77
timestamps: true,
78
},
src/globals/init.ts
@@ -28,6 +28,7 @@ export default function initGlobals(ctx: Payload): void {
28
buildVersionGlobalFields(global),
29
30
31
32
33
34
0 commit comments