WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.3k stars 4.11k forks source link

Change default site editor layout #63891

Open kubiqsk opened 1 month ago

kubiqsk commented 1 month ago

When you click eg. on Templates in Site Editor it starts to render all the templates in the Grid layout and everything will freeze for a few seconds and that's really annoying.

I've tried to find any hook or a way how to set Table as a default Layout option in Site Editor, but I wasn't able to find anything helpful...

It would be great if we could use some JS or PHP hook to set our own default options for Site Editor:

Or at least pls, make the least resources-hungry options as a default one.

outofsync42 commented 1 month ago

I had to add to my own personal plugin a fix for this very problem. I would share it but the code isnt clean and basically hack until they fix this.