Add text-shadow support to blocks via theme.json#63937
Add text-shadow support to blocks via theme.json#63937madhusudhand wants to merge 1 commit intotrunkfrom
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
I think text-shadow needs to be added to safecss_filter_attr() ? |
|
Thanks @carolinan, do you know if that would be added in this file? |
Oh I did not know that existed, I am not sure if it should go in there or in lib/compat/version |
0e71b2b to
dbd4728
Compare
|
Flaky tests detected in dbd4728. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/13721181607
|
What?
This change allows to set text shadow to blocks via
theme.jsontypography definition.Testing Instructions
theme.jsonunder typography settings of any block, set the new propertytextShadowto a valid shadow value.Related Issues:
This is a first iteration of #47904