Skip to content

Commit 300242b

Browse files
talldanockham
authored andcommitted
Remove anchor support from the navigation block (#44721)
1 parent 55b78ec commit 300242b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/reference-guides/core-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ A collection of blocks that allow visitors to get around your site. ([Source](ht
392392

393393
- **Name:** core/navigation
394394
- **Category:** theme
395-
- **Supports:** align (full, wide), anchor, inserter, spacing (blockGap, units), typography (fontSize, lineHeight), ~~html~~
395+
- **Supports:** align (full, wide), inserter, spacing (blockGap, units), typography (fontSize, lineHeight), ~~html~~
396396
- **Attributes:** __unstableLocation, backgroundColor, customBackgroundColor, customOverlayBackgroundColor, customOverlayTextColor, customTextColor, hasIcon, icon, maxNestingLevel, openSubmenusOnClick, overlayBackgroundColor, overlayMenu, overlayTextColor, ref, rgbBackgroundColor, rgbTextColor, showSubmenuIcon, textColor
397397

398398
## Custom Link

packages/block-library/src/navigation/block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
},
8989
"supports": {
9090
"align": [ "wide", "full" ],
91-
"anchor": true,
9291
"html": false,
9392
"inserter": true,
9493
"typography": {

0 commit comments

Comments
 (0)