Skip to content

Commit

Permalink
Adding spacing block supports to table block (#43370)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Aug 19, 2022
1 parent ed5c159 commit 05d7e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -779,7 +779,7 @@ Create structured content in rows and columns to display information. ([Source](

- **Name:** core/table
- **Category:** text
- **Supports:** align, anchor, color (background, gradients, text), typography (fontSize, lineHeight)
- **Supports:** align, anchor, color (background, gradients, text), spacing (margin, padding), typography (fontSize, lineHeight)
- **Attributes:** body, caption, foot, hasFixedLayout, head

## Table of Contents
Expand Down
4 changes: 4 additions & 0 deletions packages/block-library/src/table/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@
"text": true
}
},
"spacing": {
"margin": true,
"padding": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
Expand Down

0 comments on commit 05d7e8d

Please sign in to comment.