This question already has answers here: check if Gutenberg is currently in use (8 answers) Closed 3 years ago. i want to ask a simple question that what to...
I am trying & learning to build custom block/template for Gutenberg and would like to “pre-set” CSS class for some specific block. Is it possible to add it like...
How to detect the value of selected page template in the edit page? I have used jQuery to select the page attribute select box but it is not working...
Apparently, at one time, there was a directory of core-blocks for building Gutenberg templates on GitHub, but I’m not finding it anywhere. I talking about core/paragraph, etc. array( 'core/paragraph',...
I created a Gutenberg block but after saving it and going back into the post I receive this error: This block contains unexpected or invalid content I couldn’t find...
After update from WP 5.0.2 to 5.0.3 I had issues in wp-admin. I couldn’t edit post data. There was JS error “Uncaught SyntaxError: missing ) after argument list”, undefined...
How can I show a post featured image by post id in gutenberg editor? I have a slider with latest posts and when I iterate through over posts I...
I am updating one of my plugins for Gutenberg. I need to check for the presence of a custom post meta field when a post is updated or published,...
I would like to extend the default image block and add an option to it. The idea is to have an extra option to download the image locally if...
Gutenbergs handbook (https://wordpress.org/gutenberg/handbook/blocks/creating-dynamic-blocks/) suggests to return null in the save() function for dynamic blocks. But what if I only want parts of my block to be dynamic and others...