mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
removed rich text from defaults
This commit is contained in:
@@ -53,7 +53,7 @@ const CONFIG = {
|
||||
process.env.TALK_LOGGING_LEVEL
|
||||
)
|
||||
? process.env.TALK_LOGGING_LEVEL
|
||||
: 'info',
|
||||
: process.env.NODE_ENV === 'test' ? 'fatal' : 'info',
|
||||
|
||||
// REVISION_HASH when using the docker build will contain the build hash that
|
||||
// it was built at.
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
- default
|
||||
- name: talk-plugin-comment-content
|
||||
description: Linkifies comment content that contains links.
|
||||
tags:
|
||||
- default
|
||||
- name: talk-plugin-deep-reply-count
|
||||
description: Enables deep reply count graph edge including all decendant replies.
|
||||
- name: talk-plugin-facebook-auth
|
||||
@@ -79,8 +77,6 @@
|
||||
- notifications
|
||||
- name: talk-plugin-offtopic
|
||||
description: Allows users to mark a comment as off-topic when they create it.
|
||||
tags:
|
||||
- default
|
||||
- name: talk-plugin-permalink
|
||||
description: Shows a Link button on comments for direct-linking to a comment.
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user