mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FEATURE: new site setting min_first_post_length
This commit is contained in:
parent
89ea125c73
commit
b706307ac7
8 changed files with 41 additions and 6 deletions
|
@ -99,6 +99,7 @@ class ImportScripts::Base
|
|||
email_domains_blacklist: '',
|
||||
min_topic_title_length: 1,
|
||||
min_post_length: 1,
|
||||
min_first_post_length: 1,
|
||||
min_private_message_post_length: 1,
|
||||
min_private_message_title_length: 1,
|
||||
allow_duplicate_topic_titles: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue