-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] Nested blocks: Selecting and merging multiple blocks not possible #5626
Comments
I think you can't select multiple blocks even standart (not nested) blocks field, right? |
Weird! I can't select multiple blocks for any blocks field (Windows 10 & Chrome 116) |
I only tested Chrome, Safari, Firefox on macOS. But when I use https://saucelabs.com/products/cross-browser-testing to test Chrome on Windows 10, I also can’t select multiple blocks in a regular (not-nested) blocks field. |
It would be super helpful if you could add blueprint examples to reproduce it. Especially with all the nested block/structure etc. topics, it pushes the barrier for debugging a lot higher when one first have to reconstruct the setups from screenshots etc. thanks 🙏 :) |
Sure, here is a simple blueprint that can reproduce the issue in the Plainkit:
title: Default Page
fields:
blocks:
type: blocks
label: Blocks
fieldsets:
article:
name: Article
preview: fields
wysiwyg: true
fields:
nestedBlocks:
type: blocks
label: Nested Blocks
fieldsets:
- text |
@distantnative I can't select multiple blocks via CTRL and ALT keys in v4. Only |
Separate. I think we removed some keys as there were complaints with conflicts. But would have to search again |
Description
Splitting blocks inside a nested blocks field works. But I can’t select multiple blocks by holding down CMD and clicking. So merging blocks is not possible.
video.mp4
We use nested blocks to build modular pages. For example, the top level blocks are
hero
,article
andfeature
. Inside thehero
is an image field and a blocks field with fieldsets for headline, subline and button. Inside thearticle
is blocks field with headline, text, quote, ... and so on.Your setup
v4-beta.1
Edit: Browsers tested: Chrome, Safari, Firefox on macOS
The text was updated successfully, but these errors were encountered: