diff --git a/docs/reference-guides/block-api/block-supports.md b/docs/reference-guides/block-api/block-supports.md index a58c56d7a8a94..a70d366db6340 100644 --- a/docs/reference-guides/block-api/block-supports.md +++ b/docs/reference-guides/block-api/block-supports.md @@ -722,10 +722,15 @@ When the block declares support for a specific spacing property, its attributes ```js attributes: { style: { - margin: 'value', - padding: { - top: 'value', - } + type: 'object', + default: { + spacing: { + margin: '2rem', + padding: { + top: '2rem' + } + } + } } } ```