mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 02:05:49 +08:00
Add Site Setting allow_uncategorized_topics. Uncheck it to force people to choose a category for all new topics.
This commit is contained in:
@ -35,6 +35,7 @@ class SiteSetting < ActiveRecord::Base
|
||||
client_setting(:max_post_length, 16000)
|
||||
client_setting(:min_topic_title_length, 15)
|
||||
client_setting(:max_topic_title_length, 255)
|
||||
client_setting(:allow_uncategorized_topics, true)
|
||||
client_setting(:min_search_term_length, 3)
|
||||
client_setting(:flush_timings_secs, 5)
|
||||
client_setting(:supress_reply_directly_below, true)
|
||||
|
Reference in New Issue
Block a user