We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the custom colour palettes it is possible to disable them by disabling custom colours:
add_theme_support( 'disable-custom-colors' )
...then defining an empty custom palette:
add_theme_support( 'editor-color-palette', array() );
Is there a similar way to disable/hide the gradients palette? eg.
add_theme_support( 'editor-gradient-palette', array() );
The text was updated successfully, but these errors were encountered:
Thanks for the issue. Theme support for gradients is being worked on in #17774 and it will include the possibility to disable them
Sorry, something went wrong.
No branches or pull requests
With the custom colour palettes it is possible to disable them by disabling custom colours:
add_theme_support( 'disable-custom-colors' )
...then defining an empty custom palette:
add_theme_support( 'editor-color-palette', array() );
Is there a similar way to disable/hide the gradients palette? eg.
add_theme_support( 'editor-gradient-palette', array() );
The text was updated successfully, but these errors were encountered: