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
When making a BlockEditor::make() with ->blocks() or ->excludedBlocks() if any other editor (eg one in a block on in the form, or two from different blocks) on the page has the same name, then the available blocks of both blocks are the same (one overrode the available blocks of the other)
Description
When making a
BlockEditor::make()
with->blocks()
or->excludedBlocks()
if any other editor (eg one in a block on in the form, or two from different blocks) on the page has the same name, then the available blocks of both blocks are the same (one overrode the available blocks of the other)Steps to reproduce
Create a few different blocks with nesting using
When you add one of this blocks into the other block, the nested block will show the wrong available blocks
This is due to this line which only uses the name of the block editor as a key
twill/views/partials/form/_block_editor.blade.php
Line 11 in df08d1a
The text was updated successfully, but these errors were encountered: