diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index 6a8f3255297c46..065372b1497836 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -885,7 +885,7 @@ Display icons linking to your social profiles or sites. ([Source](https://github - **Name:** core/social-links - **Category:** widgets - **Allowed Blocks:** core/social-link -- **Supports:** align (center, left, right), anchor, color (background, gradients, ~~enableContrastChecker~~, ~~text~~), interactivity (clientNavigation), layout (default, ~~allowInheriting~~, ~~allowSwitching~~, ~~allowVerticalAlignment~~), spacing (blockGap, margin, padding, units) +- **Supports:** align (center, left, right), anchor, color (background, gradients, ~~enableContrastChecker~~, ~~text~~), interactivity (clientNavigation), layout (default, ~~allowInheriting~~, ~~allowSwitching~~, ~~allowVerticalAlignment~~), spacing (blockGap, margin, padding, units), ~~html~~ - **Attributes:** customIconBackgroundColor, customIconColor, iconBackgroundColor, iconBackgroundColorValue, iconColor, iconColorValue, openInNewTab, showLabels, size ## Spacer diff --git a/packages/block-library/src/social-links/block.json b/packages/block-library/src/social-links/block.json index bd750f26b3960c..aded7693464fec 100644 --- a/packages/block-library/src/social-links/block.json +++ b/packages/block-library/src/social-links/block.json @@ -50,6 +50,7 @@ "supports": { "align": [ "left", "center", "right" ], "anchor": true, + "html": false, "__experimentalExposeControlsToChildren": true, "layout": { "allowSwitching": false,