-
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
Manage Reusable blocks without leaving Gutenberg #26408
Comments
Here is one way to handle trashing a reusable block. Draft would also be added here. Here is another animated gif. To test the prototype: https://www.figma.com/proto/bV0gCaIWKHtjidtus3WwJU/Reusable-block-manage-screen?node-id=1%3A2&scaling=min-zoom |
Next version. This time with an overlay. Clicking the checkbox next to an item will show the options Edit l Trash l Export below. I am just adding the below here as this is a very interesting feature. Here is a pattern modul/overlay suggestion which is very much associated to this Reusable blocks modul issue: #26905 |
Related to this is that one cannot remove a reusable block from the trash from within the editor. |
I think given how the design of patterns evolved: having a dedicated section within the site editor and being able to use them in different places (posts, pages, templates...), I think this issue is probably not relevant anymore. I'm going to close it but please let me know if you think otherwise. We might want to refresh the issue in that case. |
Yeah. This can be closed out as it is not relevant any longer. |
Bringing the Manage Reusable Block into the Gutenberg screen.
Looking at the current method there is a manage reusable block link in the Inserter panel.
Here is an example of the Reusable block inserter panel:
Clicking Manage all reusable blocks
exits the Gutenberg screen, and goes here
It would be a lot more helpful to have editing happen inside the Gutenberg screen. Making it possible to turn on and off managing Reusable blocks. The design suggestion I made still keeps it associated with the Inserter panel. It would be very helpful to keep the association in place. Keeping managing reusable blocks close to where we already insert the block into the layout.
Clicking Manage all reusable blocks
Could instead just show the Edit l Trash l Export links like so
Opening it up directly in the same Reusable inserter panel.
Here is a prototype that I made in figma.
https://www.figma.com/proto/bV0gCaIWKHtjidtus3WwJU/Reusable-block-manage-screen?node-id=1%3A2&scaling=min-zoom
A walk through animated gif.
The text was updated successfully, but these errors were encountered: