Stop WordPress editor embedding links
There are several posts about this, – but I suspect that it has changed after Gutenberg, since I can’t get either of the … Read more
There are several posts about this, – but I suspect that it has changed after Gutenberg, since I can’t get either of the … Read more
is there any way (eg. a hook) to disallow some headline levels in Gutenberg. For example, I would like to disallow a user … Read more
I want to wrap the InnerBlocks content in the editor with a custom React Element, but it is not rendering as I need … Read more
I’m using WordPress “Twenty Nineteen” (child) theme. What I’m trying to achieve is to include one of my previously created Gutenberg Reusable Blocks … Read more
Is there a way to remove the default styling of the gutenberg editor? I am building a custom theme using ACF blocks, part … Read more
I wrote a plugin which defines a gutenberg block. After using this block in posts, I’ve changed its definition inside my plugin, so … Read more
I have the @wordpress/data package installed, but I can’t use useDispatch in my block edit function: const { registerBlockType } = wp.blocks; const … Read more
I’m trying to extend the default Gutenberg unordered list that renders like this; <ul> <li>Item 1</li> <li>Item 2</li> </ul> To something like this … Read more
Within some JavaScript I have to get the current post content of Gutenberg. I am accessing this from jQuery (might be bad practice, … Read more
I am trying to use @wordpress/hooks package in one of my react based plugin. I have added some hooks(filters/actions) and I need to … Read more