-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Content only mode - make block navigation more consistent #50365
Comments
Agree on all 3! |
The third one, I'd move a little more carefully with. GIF for context, showing clicking around the test content: The parent button was intentionally removed because contentOnly is meant to be that much simpler of an interface for selecting and interacting with blocks, one where you don't have to select particular "layers", such as in this example, the individual columns. To an extent, you could see the contentOnly mode as an editorial tool to lock down pieces that are not meant to be interacted with. The more pressing issue is that the list view is intentionally flattened as well, and the content panel is curated. If we allow access to selecting the column through a parent block, that could be a bit confusing. |
I think it'd be good to make it work that way as much as possible. A challenge is that it's difficult to enforce what users and extenders do. For example, we can't control when a user has a content locked parent block that's nested in another non-locked block. Unfortunately The other thing that I find confusing is that the block icon is missing from the toolbar, yet it's visible in the 'content' sidebar.
I'm interpreting this to mean not showing the contentOnly locked group at all, but instead showing the content blocks, is that the right assumption? Should the locked parent be impossible to select in the canvas too?
This isn't something being proposed. This issue proposes the opposite, that we remove support for selecting things like columns in a contentOnly locked template. Currently it's possible through breadcrumbs. |
Oh, I'm being silly then, apologies. Would definitely agree to removing that. |
#50643 addressed 2 of these points. I'll check them off. |
What problem does this address?
In
contentOnly
mode, there are some inconsistencies with how users navigate blocks:To test this try inserting the following block markup using code editor mode:
Observe that when selecting the text in a list or a column, the list and column(s) blocks can still be accessed using the breadcrumbs - the expectation is that they'd be hidden given they're non-content blocks.
What is your proposed solution?
The text was updated successfully, but these errors were encountered: