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

13 lines 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SearchableByKeywordsDelivery = void 0; const tslib_1 = require("tslib"); const cms = tslib_1.__importStar(require("../../cms")); class SearchableByKeywordsDelivery { static fromEntry(entry) { const fields = entry.fields; return new cms.SearchableByKeywords(fields.name, fields.keywords, fields.priority); } } exports.SearchableByKeywordsDelivery = SearchableByKeywordsDelivery; //# sourceMappingURL=searchable-by.js.map