-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Page List] Locking and customization UI updates #47506
Comments
Here's an issue I wrote up for the lock icons specifically: #47268 |
I was discussing this further with @scruffian and I think what makes sense here is:
|
I'd like to get a heads up on this before getting too deep into the code, besides I need design direction for the last bit @mtias @richtabor @jasmussen @SaxonF |
This was originally the intention and I think its captured here.
This is a tricky one... I'm inclined to just leave it visually as is (no lock) for now and work towards being able to convert a page list item into a custom link which then of course would convert the parent page list block. This fits in with the above pattern of being able to transition from a page list to a list of custom links seamlessly. |
The mini locks are noisy, so it makes sense to me to show it on the parent. |
yeah, what @richtabor is suggesting in #47268 but right now, only the children are actually locked, not the parent. I was thinking how to do this and I wonder if a CSS solution would be best to at least hide the icons from the children? We would have to introduce multiple exceptions for this block to hide the locks for the children and show them for the parent |
I think it would be better if we can avoid this. |
I think we can close this based on the work done in #48723 |
There are a couple of issues with the Page list block within the Navigation Block list view as it stands today regarding the icons and interactions related to them:
Currently all page list elements have a lock icon. This is very busy, making the inspector list view quite cramped. @mtias suggested the solution of template locking the Page List using
contentOnly
and only showing the lock icon in the page list parent block. The problem is that this mode right now hides all children in the list view and only offers a flattened list of content blocks on the inspector.Currently only the Page list parent has an edit icon and that's our way to access the "Customize" button that turns the page list into a list of links. If we were to use
contentOnly
for this block, we could consider triggering the transformation into links when someone tries to edit the content of the page list, but we'd have to consider how that interaction would happen.|
The text was updated successfully, but these errors were encountered: