You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement a custom block for the Isolated Block Editor outside of WordPress (I want to use Gutenberg for a web app that is NOT based on WP).
The editor works fine, but I'm unable to create custom blocks. I followed the usual procedure, but the block doesn't work, and I get this console error: window.wp.blocks.registerBlockType is undefined.
It seems "wp.blocks" is not exported, so I'm unsure how to extend it.
Can anyone help?
The text was updated successfully, but these errors were encountered:
I am using Isolated Block Editor and I have manually imported the necessary Gutenberg libraries as suggested.
Could someone help me understand where I am going wrong?
To complete: I repeat that the isolated editor works correctly, I am having serious problems exclusively in extending it with custom blocks. There are many tutorials on the Internet for those who use WP but for those who use the isolated editor there is no documentation!
I'm trying to implement a custom block for the Isolated Block Editor outside of WordPress (I want to use Gutenberg for a web app that is NOT based on WP).
The editor works fine, but I'm unable to create custom blocks. I followed the usual procedure, but the block doesn't work, and I get this console error: window.wp.blocks.registerBlockType is undefined.
It seems "wp.blocks" is not exported, so I'm unsure how to extend it.
Can anyone help?
The text was updated successfully, but these errors were encountered: