mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:51:07 +08:00
FEATURE: global admin override of most of the user preferences
This commit is contained in:
@ -21,7 +21,7 @@ module SiteSettingExtension
|
||||
end
|
||||
|
||||
def types
|
||||
@types ||= Enum.new(:string, :time, :fixnum, :float, :bool, :null, :enum, :list, :url_list, :host_list)
|
||||
@types ||= Enum.new(:string, :time, :fixnum, :float, :bool, :null, :enum, :list, :url_list, :host_list, :category_list)
|
||||
end
|
||||
|
||||
def mutex
|
||||
|
Reference in New Issue
Block a user