fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "1.6.15", | ||
"version": "1.6.17", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -17,2 +17,3 @@ export interface FastCommentsAPISSOUser { | ||
groupIds?: string[]; | ||
/** Don't let other users see this user's activity, including comments, on their profile. Default is true to provide secure profiles by default. **/ | ||
isProfileActivityPrivate?: boolean; | ||
@@ -36,3 +37,4 @@ } | ||
groupIds?: string[]; | ||
/** Don't let other users see this user's activity, including comments, on their profile. Default is true to provide secure profiles by default. **/ | ||
isProfileActivityPrivate?: boolean; | ||
} |
@@ -107,2 +107,4 @@ import {Comment} from "./fast-comments-comment"; | ||
disableUnverifiedLabel?: boolean | ||
/** Disables support for @mentions. */ | ||
disableMentions?: boolean | ||
/** The default value of the username field. (Customizable via the UI.) */ | ||
@@ -165,3 +167,5 @@ defaultUsername?: string | ||
/** EXPERIMENTAL: Changes the textarea to a content editable div. Requires disableToolbar set to true. **/ | ||
experimentalWYSIWYG?: boolean | ||
experimentalWYSIWYG?: boolean, | ||
/** Clicking reply to a comment will re-use the root reply field. **/ | ||
useSingleReplyField?: string[] | ||
} |
27759
1.79%621
0.98%