@selfcommunity/types
Version:
Types to integrate a community created with SelfCommunity.
12 lines (11 loc) • 694 B
JavaScript
export var SCCustomAdvPosition;
(function (SCCustomAdvPosition) {
SCCustomAdvPosition["POSITION_BELOW_TOPBAR"] = "BELOW_TOPBAR";
SCCustomAdvPosition["POSITION_BELOW_FEED_OBJECT"] = "BELOW_THE_POST";
SCCustomAdvPosition["POSITION_IN_COMMENTS"] = "IN_POST_COMMENTS";
SCCustomAdvPosition["POSITION_RELATED_POSTS_COLUMN"] = "RELATED_POSTS_COLUMN";
SCCustomAdvPosition["POSITION_FEED_SIDEBAR"] = "TOOLS_COLUMN";
SCCustomAdvPosition["POSITION_FEED"] = "IN_STREAM";
SCCustomAdvPosition["POSITION_ABOVE_FEED"] = "ABOVE_THE_STREAM";
SCCustomAdvPosition["POSITION_ABOVE_FEED_CATEGORY"] = "ABOVE_THE_STREAM_CATEGORY";
})(SCCustomAdvPosition || (SCCustomAdvPosition = {}));