Gutenberg blocks recovery

Let’s imagine we use Tailwind and create a block that we use on 20 pages. We decide to change a block a bit later (add a class to one of its elements for example). Now the block has to be “recovered” and we have to do it on all 20 pages.

I know that’s not Pinegrow’s fault, but it would be great if you could somehow include a solution for this in functions.php of the theme or wherever…

Right now I’m using a bookmarklet that runs a js code in the console when clicked, that recovers every block on the page and then I have to update the page manually. It’ll still take some time to fix all 20 pages that way.

1 Like

@Adryan This is one of the things that the upcoming hybrid blocks should address. (see @matjaz’s roadmap post)

2 Likes