Opened 21 months ago
Closed 21 months ago
#58621 closed enhancement (duplicate)
Add initial support for box shadow support to blocks
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.3 |
Component: | Editor | Keywords: | has-patch has-unit-tests gutenberg-merge |
Focuses: | Cc: |
Description
This is a ticket to track the backport of the following Gutenberg PR to WordPress 6.3:
https://github.com/WordPress/gutenberg/pull/46896
Description:
Adds support for shadow via templates.
Allows to set a preset shadow using the shadow block prop.
<!-- wp:post-title {"shadow":"natural"} /-->
Allows to set a custom shadow using the style prop.
<!-- wp:post-title {"style":{"shadow": "10px 10px 10px 10px #000"}} /-->
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicate of #58590.