mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
FIX: set minimum values for topic title length settings
This commit is contained in:
parent
fbd5f1e411
commit
bbf48d395e
|
@ -468,12 +468,14 @@ posting:
|
|||
min_topic_title_length:
|
||||
client: true
|
||||
default: 15
|
||||
min: 1
|
||||
locale_default:
|
||||
zh_CN: 6
|
||||
zh_TW: 6
|
||||
max_topic_title_length:
|
||||
client: true
|
||||
default: 255
|
||||
min: 5
|
||||
max: 255
|
||||
title_min_entropy:
|
||||
default: 10
|
||||
|
|
Loading…
Reference in New Issue
Block a user