@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 • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BUTTON = exports.QUICK_REPLY = exports.EntryLink = void 0;
class EntryLink {
constructor(id, linkType) {
this.id = id;
this.linkType = linkType;
}
}
exports.EntryLink = EntryLink;
exports.QUICK_REPLY = 'QuickReplies';
exports.BUTTON = 'Buttons';
//# sourceMappingURL=contentful-api.js.map