UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

9 lines (7 loc) 313 B
import { ContextWithLocale } from '../cms' export interface ManageContext extends ContextWithLocale { allowOverwrites?: boolean /** When preview, the content will be changed but not yet published. However when deleting contents they will allways be directly removed*/ preview: boolean dryRun?: boolean }