@botonic/plugin-contentful
Version:
Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet
8 lines (7 loc) • 324 B
TypeScript
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;
}