-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Are gradients supported now? #21055
Copy link
Copy link
Closed
Labels
[Block] ColumnsAffects the Columns BlockAffects the Columns Block[Block] GroupAffects the Group Block (and row, stack and grid variants)Affects the Group Block (and row, stack and grid variants)[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Metadata
Metadata
Assignees
Labels
[Block] ColumnsAffects the Columns BlockAffects the Columns Block[Block] GroupAffects the Group Block (and row, stack and grid variants)Affects the Group Block (and row, stack and grid variants)[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Are gradients supported now in the latest Gutenberg plugin?
I added theme support for
editor-gradient-presetsand added some gradients,but only solid colors can be selected, gradient selection is completely missing.
Is this an experimental feature? Is this only available in Gutenberg master?
And will preset gradient selection still work with custom colors
disabled (
add_theme_support( 'disable-custom-colors' );?