export const autosaveCollectionSlug = 'autosave-posts' export const customIDSlug = 'custom-ids' export const draftCollectionSlug = 'draft-posts' export const draftWithMaxCollectionSlug = 'draft-with-max-posts' export const postCollectionSlug = 'posts' export const versionCollectionSlug = 'version-posts' export const disablePublishSlug = 'disable-publish' export const disablePublishGlobalSlug = 'disable-publish-global' export const collectionSlugs = [ autosaveCollectionSlug, draftCollectionSlug, postCollectionSlug, versionCollectionSlug, ] export const autoSaveGlobalSlug = 'autosave-global' export const draftGlobalSlug = 'draft-global' export const draftWithMaxGlobalSlug = 'draft-with-max-global' export const globalSlugs = [autoSaveGlobalSlug, draftGlobalSlug] export const localizedCollectionSlug = 'localized-posts' export const localizedGlobalSlug = 'localized-global'