Skip to content

Commit

Permalink
fix/social-links-disable-html-editing
Browse files Browse the repository at this point in the history
  • Loading branch information
shimotmk committed Mar 1, 2025
1 parent d2e36e3 commit e6d6ab4
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 e6d6ab4

Please sign in to comment.