UNPKG

@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

7 lines (6 loc) 231 B
import { I18nField } from '../../manage-cms/fields'; export declare class PostProcessor { readonly targetLocaleOrCountry: string; constructor(targetLocaleOrCountry: string); urlAutoTrans(field: I18nField): I18nField; }