-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLANET-7647 Enforce consistency on default favicon #2507
base: main
Are you sure you want to change the base?
Conversation
/unhold db2c7bb6-ff3e-4724-bce8-a489944395ff
/unhold dd69ef98-2642-443c-8125-ee64fb0a81a9
We remove the option to customize it in the site identity settings, and we need to run a migration to remove existing values
98390d7
to
0e29a20
Compare
/unhold e137cd9c-7d5a-457a-94bf-e3ae73c7fe66
/unhold 4fd16a74-3aac-4022-b8b9-f491e69bbdb9
/unhold 987691d2-91db-4c08-a6e0-2aca9c68f5c1
Test instance is ready 🚀🌑 tavros | admin | blocks report | CircleCI | composer-local.json ⌚ 2025.01.21 11:26:41 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mleray after the migration, we loose the favicon for the page when on the admin dashboard and not the site itself, is this the expected behaviour?
PS: Does not seem like a big deal since only editors use this.
@Osong-Michael I do not see this on the instance 🤔 The icon is updated in the admin interface too Edit: I do see the issue on local, but only in certain admin pages, not all of them... weird! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me 👍
Description
See PLANET-7647
We remove the option to customize it in the site identity settings, and we need to run a migration to remove existing values
Testing
1. Setting removal
If you go to
Appearance > Customize > Site Identity
you should no longer be able to change the site icon.Before the removal you would see this:
2. Migration script
You can run it on local with
npx wp-env run cli wp p4-run-activator
Before the migration, we had a custom site icon:
After the migration, you should now see the default site icon: