-
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
Add a starting page for page list block's hierarchy #45861
Conversation
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders |
I can’t decide how the UX should feel?
|
Size Change: +869 B (0%) Total Size: 1.3 MB
ℹ️ View Unchanged
|
@jasmussen I added a proper description to the PR. Also went the "add a control to the inspector" route and following @scruffian 's suggestion reused the combobox control we have on the page settings inspector. Hopefully this is an intuitive UX. LMK! |
Oh that's cool, thanks for the video. Just from a glance this seems useful (I know that my friend @mkaz will appreciate this). If he has time, I'd love a glance by @SaxonF. I think we can refine the verbiage a bit. Instead of this:
... how about:
Perhaps a wee bit compressed, but just trying to strike a balance between simpler terms and clarity. What do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great. I think you can merge once we change root to parent everywhere!
Co-authored-by: Ben Dwyer <[email protected]> Co-authored-by: Joen A. <[email protected]>
What?
This PR adds the ability to the Page List block to only render a subset of the page hierarchy.
Why?
How?
Set up a
rootPageID
attribute for the Page List block.Testing Instructions
Screenshots or screencast
page-list-root.mp4
To do