Add trends UI with admin and user settings (#11502)
This commit is contained in:
@ -29,6 +29,7 @@ class Form::AdminSettings
|
||||
hero
|
||||
mascot
|
||||
spam_check_enabled
|
||||
trends
|
||||
).freeze
|
||||
|
||||
BOOLEAN_KEYS = %i(
|
||||
@ -41,6 +42,7 @@ class Form::AdminSettings
|
||||
preview_sensitive_media
|
||||
profile_directory
|
||||
spam_check_enabled
|
||||
trends
|
||||
).freeze
|
||||
|
||||
UPLOAD_KEYS = %i(
|
||||
|
Reference in New Issue
Block a user