[wp-trac] [WordPress Trac] #58590: Add box shadow support to blocks in templates
WordPress Trac
noreply at wordpress.org
Wed Jun 21 12:22:30 UTC 2023
#58590: Add box shadow support to blocks in templates
-------------------------+-----------------------------
Reporter: madhudollu | Owner: madhudollu
Type: enhancement | Status: assigned
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
Bring the support for shadow with in templates.
Following are the proposed supports.
<!-- wp:post-title {"shadow":"natural"} /-->
<!-- wp:post-title {"style":{"shadow": "10px 10px 10px 10px #000"}} /-->
Note: The block must have the supports for "shadow" enabled for this to
apply in the UI.
The solution has already been merged to Gutenberg here:
https://github.com/WordPress/gutenberg/pull/46896
This ticket is to back-port these changes to the core.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58590>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list