Add option to make the landing page be /about even when trends are enabled (#20808)
* Add option to make the landing page be /about even when trends are enabled * Restablish /explore as landing page by default
This commit is contained in:
parent
343e1fe8e9
commit
3970a6f433
7 changed files with 13 additions and 2 deletions
|
@ -23,6 +23,7 @@ class Form::AdminSettings
|
|||
thumbnail
|
||||
mascot
|
||||
trends
|
||||
trends_as_landing_page
|
||||
trendable_by_default
|
||||
show_domain_blocks
|
||||
show_domain_blocks_rationale
|
||||
|
@ -46,6 +47,7 @@ class Form::AdminSettings
|
|||
preview_sensitive_media
|
||||
profile_directory
|
||||
trends
|
||||
trends_as_landing_page
|
||||
trendable_by_default
|
||||
noindex
|
||||
require_invite_text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue