-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
[Block] CoverAffects the Cover Block - used to display content laid over a background imageAffects the Cover Block - used to display content laid over a background image[Block] NavigationAffects the Navigation BlockAffects the Navigation Block[Block] Post Featured ImageAffects the Post Featured Image BlockAffects the Post Featured Image Block[Block] SocialAffects the Social Block - used to display Social Media accountsAffects the Social Block - used to display Social Media accounts[Feature] ColorsColor managementColor management
Description
Description
For my theme, the color settings are removed completely:
{
"version": 2,
"settings": {
"color": {
"custom": false,
"customDuotone": false,
"customGradient": false,
"duotone": [],
"gradients": [],
"link": false,
"palette": [],
"text": false,
"background": false,
"defaultGradients": false,
"defaultPalette": false
}
}
}
Nevertheless, the cover block displays the color setting for the overlay color. But clicking on it returns an empty popover, since there is no color. So if there is no color, the color setting for the cover overlay should be omitted completely.
Step-by-step reproduction instructions
- Use the
theme.json
above. - Create a new post and add a cover block.
- Add an image to the cover block.
- See color settings of the cover overlay.
Screenshots, screen recording, code snippet
Environment info
- WordPress 6.1, no Gutenberg plugin installed
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
strarsis
Metadata
Metadata
Assignees
Labels
[Block] CoverAffects the Cover Block - used to display content laid over a background imageAffects the Cover Block - used to display content laid over a background image[Block] NavigationAffects the Navigation BlockAffects the Navigation Block[Block] Post Featured ImageAffects the Post Featured Image BlockAffects the Post Featured Image Block[Block] SocialAffects the Social Block - used to display Social Media accountsAffects the Social Block - used to display Social Media accounts[Feature] ColorsColor managementColor management