-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
What problem does this address?
When adding a Group block, the editor prompts the user to select a layout (e.g., Row, Stack, or Grid). However, selecting one of these options causes the inserted block to appear as a different block entirely — even though it’s technically still a Group block with a layout variation.
This leads to confusion, particularly in the List View, where users don’t see “Group” and instead see “Row” or “Grid,” which feels like they’ve added a completely different block. The disconnect between the technical reality (all are Group variants) and the UI presentation creates a cognitive mismatch that makes the editor feel unpredictable.
What is your proposed solution?
Either:
- Remove the placeholder state when inserting a Group block to eliminate ambiguity about what is being added; or,
- Update the placeholder text to clarify that the user is choosing a layout variation of the Group block.
Example: Change the message from “Group blocks together. Select a layout:” to “A container for your blocks. Choose a default Group, or one of the other layout blocks.”
Additionally, consider labeling blocks more transparently in the inserter (e.g., “Row (Group)”) to reflect their shared origin and reduce the perceived complexity.
Related discussion: View full Slack thread for context and additional details.

