Skip to content

Commit

Permalink
fix/social-links-disable-html-editing (#69374)
Browse files Browse the repository at this point in the history
Co-authored-by: shimotmk <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2025
1 parent 31ee991 commit 7c02f29
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/social-links/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"supports": {
"align": [ "left", "center", "right" ],
"anchor": true,
"html": false,
"__experimentalExposeControlsToChildren": true,
"layout": {
"allowSwitching": false,
Expand Down

0 comments on commit 7c02f29

Please sign in to comment.