FIX: a temporary fix when CJK user tries to add a long title (#7045)

Discourse doesn't analyze the sentence components. So it counts the whole sentence as a word for CJK.

https://meta.discoursecn.org/t/topic/3033
This commit is contained in:
Erick Guan 2019-03-13 07:22:46 +01:00 committed by Sam
parent d1c4981f65
commit bd2edbb243

View File

@ -691,7 +691,13 @@ posting:
max_users_notified_per_group_mention: 100
newuser_max_replies_per_topic: 3
newuser_max_mentions_per_post: 2
title_max_word_length: 30
title_max_word_length:
default: 30
locale_default:
ja: 50
ko: 50
zh_CN: 50
zh_TW: 50
whitelisted_link_domains:
default: ""
type: list