mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
Add ability to edit the uncategorized category name, color, and text_color in a modal
This commit is contained in:
@ -86,6 +86,8 @@ class SiteSetting < ActiveRecord::Base
|
||||
setting(:newuser_max_mentions_per_post, 2)
|
||||
|
||||
setting(:uncategorized_name, 'uncategorized')
|
||||
setting(:uncategorized_color, 'AB9364');
|
||||
setting(:uncategorized_text_color, 'FFFFFF');
|
||||
|
||||
setting(:unique_posts_mins, Rails.env.test? ? 0 : 5)
|
||||
|
||||
|
Reference in New Issue
Block a user