-
The current Gutenberg policy, aligned with WordPress backward compatibility policy, is to not expose any private APIs to plugins at all. When a Gutenberg package exposes a private API, it's supposed t…
-
## What problem does this address?
While @helen was streaming recently, she found that when adding social icons to the navigation block that the + button was quite confusing. If you clicked the + b…
-
Add "block"-compatibility to the theme: theme.json, expose various settings for default WP Gutenberg blocks, synchronize them between Elementor and WP's (like global fonts, colors, paddings/margins/ga…
-
### Description
`page-list` -block has features like `showSubmenuIcon` and `openSubmenusOnClick` that comes from the context provided by `navigation` -block, so I would assume that it's completely …
-
Block Manager is the place where we can select which blocks we want to hide/show from the inserter in the editor.
There are enhancements that need to be made and this serves as a small tracking iss…
-
Article: https://wordpress.org/documentation/article/quote-block/
## Update for 6.7
- [ ] Quote: Add border support. ([63544](https://github.com/WordPress/gutenberg/pull/63544))
- [ ] Quote: Add spa…
-
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
inserts a block in proper place after having clicked `Browse All` from inl…
-
### Description
Right now, you cannot adjust the typography of the summary (e.g. question) of the details block. A change to the type options for the summary get applied throughout the "answer" port…
-
It's been a while since we gathered thoughts on where to take reusable blocks next. With the work that went into template parts — and particularly #27887 — the experience is going to be radically impr…
-
# Problem
Gutenberg (The WordPress Block Editor) doesn't have a proper server registry for blocks. This makes it difficult for decoupled applications to interact with blocks in any meaningful way. …