-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix: Add ability to opt out of Core color palette V2 #36492
Conversation
…isplaying colors
Size Change: +18 B (0%) Total Size: 1.09 MB
ℹ️ View Unchanged
|
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.
Nice! Thanks for the quick turnaround, Fabian.
Will this solve the issue for the huge majority of user with PHP themes, as referenced in #36489 My suspicion is "no" |
@fabiankaegy I've prepared #36496 to disable the core palette by default for themes with no |
This does remove the core palette and gradients from the post editor, but not from the site editor. Is this intentional or a bug? |
Hi Andrew, the fix for the site editor landed in #36639 which is part of Gutenberg 12.1. |
to anyone wondering, these have been renamed to from "corePalette" and "coreGradients" to defaultPalette" and "defaultGradients" |
Description
Add the ability for themes using
theme.json
to opt out of showing the "Core" color Palette and Core Gradients.This is the second iteration of this PR. See #36447 for more details about the initial approach.
Closing #36407
How has this been tested?
Screenshots
Types of changes
Checklist:
*.native.js
files for terms that need renaming or removal).