diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index f5285fa8149ac9..75b2225bfbf7a8 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -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 diff --git a/packages/block-library/src/table/block.json b/packages/block-library/src/table/block.json index 8591813d676292..6fb8a791647227 100644 --- a/packages/block-library/src/table/block.json +++ b/packages/block-library/src/table/block.json @@ -134,6 +134,10 @@ "text": true } }, + "spacing": { + "margin": true, + "padding": true + }, "typography": { "fontSize": true, "lineHeight": true,