-
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
Adds a list view to the navigation block #45546
Conversation
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders |
Size Change: +266 B (0%) Total Size: 1.29 MB
ℹ️ View Unchanged
|
/** | ||
* WordPress dependencies | ||
*/ |
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.
?
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.
:) ups.
c790e89
to
7ee8575
Compare
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.
LGTM
7ee8575
to
18c01bb
Compare
What?
This is a spin off from #44534.
It uses the experimental off canvas editor which is a simple copy of list view to manage items in the navigation menu. For
now the items can only be basically reordered.
Why?
To allow better management of the items in the navigation block using a birds eye tree view.
How?
Adding a copy of the experimental off canvas editor (copied listview) to the block's inspector.
Adding a new prop to off canvas editor (which list view does not have) to turn off block selection on clicking list view
blocks.
Testing Instructions
menu" experiment from Gutenberg > Experiments
Screenshots or screencast