-
The new block editor, code named Gutenberg, already provides a ‘Convert to blocks’ function inside the editor. It’s not aware of the complexities of many shortcodes and the combinations in which they …
-
Objevil jsem na WordCampu chybu v pluginu. Máme něco špatně s kompatibilitou s Gutenberkem.
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
It appears that the `@wordpress/server-side-render` dependency is not included by default in CGB, which makes …
-
### What
Part of addressing https://github.com/Automattic/wp-calypso/issues/79004
Migrate the `ExternalLink` component to the `@automattic/components` package.
### Why
We need to import a…
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
### Is your feature request related to a problem? Please describe.
Yes. Changes in Gutenberg can break CoBlocks and vice-versa. Here's a recent example of a bug that happens when a recent version o…
-
So far, we have:
- `cp-timeline/content-timeline` inside includes/**cool-timeline-block**
- `cp-timeline/content-timeline-child` inside includes/**cool-timeline-block**
- `cooltimeline/timeline-blo…
-
Hi, thank you very much for your awesome work here.
I am attempting to output a simple bit of text after the featured image picker via the example at https://github.com/danielbachhuber/gutenberg-mi…
-
## Description
I have a somewhat old block buttons/button markup that looks like this:
```
Contact
```
Upon upgrading to the latest Gutenberg, I noticed some unexpected rendering be…
-
The Media Modal is an independent component used at several places outside the Post Editor. The best home for it would be `client/blocks/media-modal`.
It should also be async loaded only when it's …