-
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…
-
Related:
- https://github.com/WordPress/gutenberg/issues/63624
- https://github.com/WordPress/gutenberg/issues/55101
- https://github.com/WordPress/gutenberg/issues/55083
# Problem scope
As we cont…
-
This is a collection of open Font Library bugs and enhancements to be considered for WP 6.6, grouped by category, with bugs at the top of each category:
## UI Improvements
### Accessibility
-…
-
When using `@wordpress/api-fetch` in a TypeScript library, `tsc` complains that `apiFetch` is not callable.
The problem being encountered here is described in depth at https://github.com/arethetype…
-
**Bug description**
When using the `item/:id/attachments` endpoint to paginate the attachments list via `paged` attribute, some items seem to be duplicated.
**How to reproduce such bug**
Use the fo…
-
## What problem does this address?
This feature request is important to allow WordPress to act as a Headless CMS.
The rest api provides a "content" field for the raw HTML for a given post which …
-
Apparently using this library in more than one project within the same application doesn't work.
-
WordPress plans to eventually redesign wp-admin by using the same styles and architecture as the Block Editor (aka Gutenberg).
Let's get a head start and redesign Completionist's plugin settings sc…
-
This overview issue collects an actionable list of impactful tasks that capture possible enhancements to the various [Block APIs](https://github.com/WordPress/gutenberg/tree/trunk/docs/reference-guide…
-
**Describe the bug**
When attempting to use the plugin on a subdomain multisite site such as `example.com/site-one`, the REST API URLs in all JS files point to the root site `example.com/wp-json/...`…