- Extends draft validation from https://github.com/payloadcms/payload/pull/6677 to work with globals as well - Fixes bug from https://github.com/payloadcms/payload/pull/6677 where autosave was not saving properly after first autosave
7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
export const slugs = {
|
|
globalValidateDraftsOn: 'global-validate-drafts-on',
|
|
validateDraftsOn: 'validate-drafts-on',
|
|
validateDraftsOnAutosave: 'validate-drafts-on-autosave',
|
|
validateDraftsOff: 'validate-drafts-off',
|
|
}
|