Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare blocks as __experimental in block.json to automate syncing Gutenberg packages to WordPress #40655

Merged
merged 9 commits into from
May 7, 2022
Prev Previous commit
Next Next commit
Remove navigation area documentation that got added by accident
  • Loading branch information
adamziel committed May 5, 2022
commit bad42801202a204e8e8bc55a978f7e72925bd3ee
9 changes: 0 additions & 9 deletions docs/reference-guides/core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,15 +395,6 @@ A collection of blocks that allow visitors to get around your site. ([Source](ht
- **Supports:** align (full, wide), anchor, inserter, spacing (blockGap, units), typography (fontSize, lineHeight), ~~html~~
- **Attributes:** __unstableLocation, backgroundColor, customBackgroundColor, customOverlayBackgroundColor, customOverlayTextColor, customTextColor, hasIcon, maxNestingLevel, openSubmenusOnClick, overlayBackgroundColor, overlayMenu, overlayTextColor, ref, rgbBackgroundColor, rgbTextColor, showSubmenuIcon, textColor

## Navigation Area

Define a navigation area for your theme. The navigation block associated with this area will be automatically displayed. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/navigation-area))

- **Name:** core/navigation-area
- **Category:** theme
- **Supports:** ~~html~~, ~~inserter~~
- **Attributes:** area

## Custom Link

Add a page, link, or another item to your navigation. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/navigation-link))
Expand Down