Replies: 2 comments
-
|
Moving this to a Discussion in Ideas -- using Site Identity logo/favicon as admin branding is a feature proposal. Per CONTRIBUTING.md, feature requests need a Discussion before PR work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I like this idea, saves a bunch of time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
The admin panel has two separate branding systems:
astro.config.mjs→admin: { logo, favicon, siteName }— white-label config (new in 0.7.0)These are disconnected. The admin panel doesn't use the Site Identity values that are already set in General Settings. Users expect that uploading a logo in Site Identity would brand the admin panel too.
Proposal
The admin panel should fall back to Site Identity values (logo, favicon, site name) when no explicit
adminconfig is provided inastro.config.mjs. Priority order:astro.config.mjs→admin: { logo }(explicit override, highest priority)This way:
adminconfig keep full controlContext
As a user, I already uploaded my logo and favicon in General Settings. I was surprised the admin panel still showed EmDash branding. The data is already there — it just needs to be read.
Beta Was this translation helpful? Give feedback.
All reactions