Skip to content

Commit

Permalink
revert changes related to group block
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Feb 5, 2024
1 parent 0a3ad51 commit 10e89bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reference-guides/core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,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), shadow, 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), spacing (blockGap, margin, padding), typography (fontSize, lineHeight), ~~html~~
- **Attributes:** allowedBlocks, tagName, templateLock

## Heading
Expand Down
3 changes: 1 addition & 2 deletions packages/block-library/src/group/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@
},
"interactivity": {
"clientNavigation": true
},
"shadow": true
}
},
"editorStyle": "wp-block-group-editor",
"style": "wp-block-group"
Expand Down

0 comments on commit 10e89bf

Please sign in to comment.