How to wrap the Gutenberg editor in a custom React component?
Motivation For the custom Gutenberg blocks I’m creating, I’d like to use React components from a third party UI library. These components depend … Read more
Motivation For the custom Gutenberg blocks I’m creating, I’d like to use React components from a third party UI library. These components depend … Read more
I have a plugin installed that adds additional custom block types that can be used in the Gutenberg editor (the plugin is called … Read more
Is it possible to add custom attributes to link in Gutenberg editor? Please don’t tell me to add those attributes from Edit as … Read more
So, I’ve created a custom endpoint to retrieve some post data I need to retrieve for a feature I’m building for some custom … Read more
By default, the Gutenberg Gallery Block outputs full size images in 3 columns. This is excessive, especially on mobile, so I would like … Read more
I’ve built a Featured Gallery component for Gutenberg that uses the withSelect and withDispatch higher order components to store the selected images in … Read more
I am using WordPress for documenting a project. To lighten the workload, I plan to run a script to build a big old … Read more
Looking to see if anyone has been able to stop Gutenberg from injecting inline font styles onto the paragraph block via js, have … Read more
How do i remove some of the buttons in from a block toolbar in the gutenberg editor? I thought there was a similar … Read more
I’m trying to set up a test suite for our Gutenberg blocks plugin using the e2e-test-utils. Our environment is a multi-site WP install … Read more