-
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
Delete menus in nav menus screen #21379
Conversation
Size Change: +322 B (0%) Total Size: 889 kB
ℹ️ View Unchanged
|
Co-Authored-By: Daniel Richards <[email protected]>
3ecd27c
to
1329345
Compare
Given that the work here affects all the parts of Gutenberg that use entities, I will redo this implementation to take into consideration the following:
Threfore,
How all this is exposed in the UI will differ based on the editor (FSE, Post, Navigation). |
I will close this in favor of #21486. Also, I will make a separate PR that will attempt to implement entity delete according to the description above. When that is ready we can bring it to the new screen. |
Description
Adds delete button to #21281
How has this been tested?
Tested locally by:
Screenshots
Types of changes
Possibly breaking other things b/c this required edits in the
getMergedItemIds
function which is handling some parts of entity edits. Except for this:Know issues