• Resolved slimmilkduds

    (@slimmilkduds)


    Hi, I’ve was de-bugging an unrelated issue and deactivated this plugin. This caused all of my existing core column blocks to break. I get this message:

    index.js?ver=1544427020:2 Block validation: Block validation failed for core/columns (Object).

    Expected:

    <div class=”wp-block-columns has-3-columns alignfull”></div>

    Actual:
    <div class=”wp-block-columns alignfull has-3-columns” id=”columns-44a91561-907e-4c97-b62e-18a002778d8a”>

    </div>

    In many of these cases I’m not even using any Advanced Gutenberg blocks in the post.

    Cheers!

Viewing 1 replies (of 1 total)
  • Hi,

    Yes we add some settings on the core blocks like padding, margin etc.
    If you deactivate our plugin, the Gutenberg validation system will not receive the same html because content added by our plugin will not be added anymore, and Gutenberg will throw this error.

    Unfortunately there is no way to avoid this message with the current Gutenberg validation system.

    Best regards

    • This reply was modified 6 years, 3 months ago by JoomUnited.
Viewing 1 replies (of 1 total)
  • The topic ‘Old posts with columns crash when de-activating plugin’ is closed to new replies.