How to check whether Gutenberg editor is installed or not [duplicate]
This question already has answers here: check if Gutenberg is currently in use (8 answers) Closed 3 years ago. i want to ask … Read more
This question already has answers here: check if Gutenberg is currently in use (8 answers) Closed 3 years ago. i want to ask … Read more
I am trying & learning to build custom block/template for Gutenberg and would like to “pre-set” CSS class for some specific block. Is … Read more
How to detect the value of selected page template in the edit page? I have used jQuery to select the page attribute select … Read more
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 … Read more
I created a Gutenberg block but after saving it and going back into the post I receive this error: This block contains unexpected … Read more
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: … Read more
How can I show a post featured image by post id in gutenberg editor? I have a slider with latest posts and when … Read more
I am updating one of my plugins for Gutenberg. I need to check for the presence of a custom post meta field when … Read more
I would like to extend the default image block and add an option to it. The idea is to have an extra option … Read more
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 … Read more