-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Global StylesAnything related to the broader Global Styles efforts, including Styles Engine and theme.jsonAnything related to the broader Global Styles efforts, including Styles Engine and theme.json[Block] Post ContentAffects the Post Content BlockAffects the Post Content Block[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
What problem does this address?
Themes have the ability to define element color styles for the core/post-content block (container), however there are no user level interfaces for modifying those styles. For example, a theme could have something like this in its theme.json:
"core/post-content": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--secondary)"
}
}
}
},
However there is no color panel for modifying the block level styling for this block:
What is your proposed solution?
Enable color supports for the core/post-content block.
Metadata
Metadata
Assignees
Labels
Global StylesAnything related to the broader Global Styles efforts, including Styles Engine and theme.jsonAnything related to the broader Global Styles efforts, including Styles Engine and theme.json[Block] Post ContentAffects the Post Content BlockAffects the Post Content Block[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Projects
Status
Done
