• Resolved therealgilles

    (@chamois_blanc)


    The plugin seems to be loading the uc-gutenberg-blocks on all frontend pages, which in turn loads all the admin block scripts. Please fix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter therealgilles

    (@chamois_blanc)

    add_action('enqueue_block_assets', array($this, 'enqueue_gutenberg_block_scripts'));

    The enqueue_block_assets action is for common admin and frontend scripts. Its associated scripts should not have wp-editor as dependency for instance.

    Plugin Author David Anderson

    (@davidanderson)

    Thank you for this report – we have a fix for this issue in our next release.

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘uc-gutenberg-blocks loaded on all frontend pages’ is closed to new replies.