-
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
Nav Block - create from existing Menus #18575
Comments
Highly relevant comment on getting the API endpoint launched |
|
I'm going to take this up again now. |
@shaunandrews Pinging you because you were involved in the original implementation. If you've had any further thoughts on the design implementation of this please do let us know. We're working on the technical implementation now so would be good to have the design to implement alongside it also. Much appreciated. cc @karmatosed. |
I think this simple adaption of the 'create empty' to be a drop down works @shaunandrews. My only ponder is about making 'new' say 'create' and maybe be at the top. |
How is this feature coming along? |
I have created a PR for the menus endpoints - #20292 based on the feature plugin https://github.com/WP-API/menus-endpoints |
Adds placeholder options and allows creation of empty from Menu dropdown. Aligns all items in a horizontal layout. See #18575 (comment)
Adds placeholder options and allows creation of empty from Menu dropdown. Aligns all items in a horizontal layout. See #18575 (comment)
In the original Issue around the initial state for the placeholder for the Nav Block we discussed having the ability to create a Nav from an existing WP Menu.
We can't do this because of the lack of a REST API endpoint. There is also an Issue for that.
Once that Issue is resolved we should look to add this functionality to the Block.
Describe the solution you'd like
Ability to select from an existing WP Menu and have a Nav created from that.
The text was updated successfully, but these errors were encountered: