[wp-trac] [WordPress Trac] #58590: Add box shadow support to blocks in templates
WordPress Trac
noreply at wordpress.org
Wed Jun 21 12:25:03 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: Editor | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
-------------------------+------------------------------
Changes (by sabernhardt):
* component: General => Editor
Old description:
> 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.
New description:
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#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list