fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "1.5.11", | ||
"version": "1.5.12", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -99,3 +99,11 @@ import {Comment} from "./fast-comments-comment"; | ||
/** Disable the image redirect that occurs when clicking an image inside a comment. **/ | ||
disableImageRedirect?: boolean | ||
disableImageRedirect?: boolean, | ||
/** Add new comments to the bottom of the widget, rather than the top. **/ | ||
newCommentsToBottom?: boolean, | ||
/** By default collapse all replies. **/ | ||
collapseReplies?: boolean, | ||
/** The maximum depth of comment threads (replies to replies). Zero disables replies to comments. **/ | ||
maxReplyDepth?: number, | ||
/** Disables live commenting. **/ | ||
disableLiveCommenting?: boolean | ||
} |
9766
4.08%159
5.3%