Skip to content

Commit

Permalink
Group: add block support for shadow (WordPress#63295)
Browse files Browse the repository at this point in the history
Group: add block support for shadow.

Co-authored-by: carolinan <[email protected]>
Co-authored-by: vcanales <[email protected]>
Co-authored-by: ndiego <[email protected]>
Co-authored-by: bgardner <[email protected]>
Co-authored-by: madhusudhand <[email protected]>
Co-authored-by: andreawetzel <[email protected]>
Co-authored-by: noisysocks <[email protected]>
  • Loading branch information
8 people authored and huubl committed Jul 10, 2024
1 parent 65a587c commit 366d954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Gather blocks in a layout container. ([Source](https://github.com/WordPress/gute

- **Name:** core/group
- **Category:** design
- **Supports:** align (full, wide), anchor, ariaLabel, background (backgroundImage, backgroundSize), color (background, button, gradients, heading, link, text), dimensions (minHeight), interactivity (clientNavigation), layout (allowSizingOnChildren), position (sticky), spacing (blockGap, margin, padding), typography (fontSize, lineHeight), ~~html~~
- **Supports:** align (full, wide), anchor, ariaLabel, background (backgroundImage, backgroundSize), color (background, button, gradients, heading, link, text), dimensions (minHeight), interactivity (clientNavigation), layout (allowSizingOnChildren), position (sticky), shadow, spacing (blockGap, margin, padding), typography (fontSize, lineHeight), ~~html~~
- **Attributes:** allowedBlocks, tagName, templateLock

## Heading
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/group/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"text": true
}
},
"shadow": true,
"spacing": {
"margin": [ "top", "bottom" ],
"padding": true,
Expand Down

0 comments on commit 366d954

Please sign in to comment.