UX: Admin setting page consistency - Site Logo (#30567)

Create a basic config page that only contains site logo settings, to replace the "branding" category linked to from "Site logo" in the admin sidebar.
This commit is contained in:
Gary Pendergast
2025-01-06 15:45:19 +11:00
committed by GitHub
parent 01ceeae2d6
commit 5463b845e3
7 changed files with 40 additions and 3 deletions

View File

@ -395,6 +395,7 @@ Discourse::Application.routes.draw do
get "fonts" => "site_settings#index"
get "login-and-authentication" => "site_settings#index"
get "logo" => "site_settings#index"
get "notifications" => "site_settings#index"
resources :flags, only: %i[index new create update destroy] do