fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "1.6.22", | ||
"version": "1.6.23", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -107,4 +107,6 @@ import {Comment} from "./fast-comments-comment"; | ||
absoluteAndRelativeDates?: boolean | ||
/** Text like "Show [count] comments". When defined we won't show the comment list. Instead show a link with the given text, which shows the comments upon clicking. (Customizable via the UI.) */ | ||
/** @Deprecated Text like "Show [count] comments". When defined we won't show the comment list. Instead show a link with the given text, which shows the comments upon clicking. (Customizable via the UI.) Retained for backwards compatibility - we suggest you use useShowCommentsToggle with custom translations, instead.*/ | ||
hideCommentsUnderCountTextFormat?: string | ||
/** Enables a "Show Comments" toggle button. Customize via translations.HIDE_COMMENTS_BUTTON_TEXT and translations.SHOW_COMMENTS_BUTTON_TEXT. */ | ||
useShowCommentsToggle?: string | ||
/** Header HTML. (Customizable via the UI.) */ | ||
@@ -111,0 +113,0 @@ headerHTML?: boolean |
29600
1.05%641
0.47%