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

8 lines 286 B
import * as cms from '../../cms'; export class SearchableByKeywordsDelivery { static fromEntry(entry) { const fields = entry.fields; return new cms.SearchableByKeywords(fields.name, fields.keywords, fields.priority); } } //# sourceMappingURL=searchable-by.js.map