@wepublish/api
Version:
API core for we.publish.
46 lines • 1.86 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TeaserStyle = exports.TeaserType = exports.BlockType = void 0;
var BlockType;
(function (BlockType) {
BlockType["Title"] = "title";
BlockType["RichText"] = "richText";
BlockType["FacebookPost"] = "facebookPost";
BlockType["FacebookVideo"] = "facebookVideo";
BlockType["InstagramPost"] = "instagramPost";
BlockType["TwitterTweet"] = "twitterTweet";
BlockType["VimeoVideo"] = "vimeoVideo";
BlockType["YouTubeVideo"] = "youTubeVideo";
BlockType["SoundCloudTrack"] = "soundCloudTrack";
BlockType["PolisConversation"] = "polisConversation";
BlockType["TikTokVideo"] = "tikTokVideo";
BlockType["BildwurfAd"] = "bildwurfAd";
BlockType["Embed"] = "embed";
BlockType["Quote"] = "quote";
BlockType["Image"] = "image";
BlockType["ImageGallery"] = "imageGallery";
BlockType["Listicle"] = "listicle";
BlockType["LinkPageBreak"] = "linkPageBreak";
BlockType["TeaserGrid"] = "teaserGrid";
BlockType["TeaserGridFlex"] = "teaserGridFlex";
BlockType["TeaserList"] = "teaserList";
BlockType["HTML"] = "html";
BlockType["Poll"] = "poll";
BlockType["Comment"] = "comment";
BlockType["Event"] = "event";
})(BlockType || (exports.BlockType = BlockType = {}));
var TeaserType;
(function (TeaserType) {
TeaserType["Article"] = "article";
TeaserType["PeerArticle"] = "peerArticle";
TeaserType["Page"] = "page";
TeaserType["Event"] = "event";
TeaserType["Custom"] = "custom";
})(TeaserType || (exports.TeaserType = TeaserType = {}));
var TeaserStyle;
(function (TeaserStyle) {
TeaserStyle["Default"] = "default";
TeaserStyle["Light"] = "light";
TeaserStyle["Text"] = "text";
})(TeaserStyle || (exports.TeaserStyle = TeaserStyle = {}));
//# sourceMappingURL=block.js.map