Opened 3 years ago
Closed 3 years ago
#58621 closed enhancement (duplicate)
Add initial support for box shadow support to blocks
| Reported by: | ramonopoly | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 6.3 |
| Severity: | normal | Keywords: | has-patch has-unit-tests gutenberg-merge |
| Cc: | Focuses: |
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"}} /-->
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #58590.