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

9 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EXPORTABLE_CONTENT_TYPES = void 0; const cms_1 = require("../../cms"); exports.EXPORTABLE_CONTENT_TYPES = [ ...cms_1.BOTONIC_CONTENT_TYPES, cms_1.ContentType.URL, ]; //# sourceMappingURL=fields.js.map