Automattic / blocks-everywhere

Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.
GNU General Public License v3.0
77 stars 16 forks source link

Update isolated block editor #186

Closed johngodley closed 1 year ago

johngodley commented 1 year ago

Uses the isolated block editor in https://github.com/Automattic/isolated-block-editor/pull/230

This fixes an error with recent Gutenbergs, as well as adds a basic fix for the floating toolbar issue.

It also explicitly removes unwanted blocks. I'm not sure if something changed in Gutenberg, but the group option was still appearing as an option even if the group block wasn't allowed. Removing the block entirely fixes the problem.

Note the package reference will need updating once https://github.com/Automattic/isolated-block-editor/pull/230 is released.

johngodley commented 1 year ago

@alshakero can you give this a test and see if works? If everything is fine I'll make proper releases of everything

alshakero commented 1 year ago

Thank you! I'll test today.