WordPress / gutenberg

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

Page Editor / Site Editor: Different order for Blocks & Patterns inserter #50023

Open hanneslsm opened 1 year ago

hanneslsm commented 1 year ago

Description

In the page editor, when clicking the Plus on the top left all blocks are displayed by default. In the site editor, when clicking the Plus on the top left patterns are displayed by default.

This is very confusing.

Step-by-step reproduction instructions

  1. Try to add a block in the page editor.
  2. Try to add a block in the site editor afterwards and be confused why the patterns are displayed by default instead.

Screenshots, screen recording, code snippet

https://user-images.githubusercontent.com/17861443/233864720-45aa4078-2e3e-4485-9e47-d807e4818931.mp4

Environment info

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

Thelmachido commented 1 year ago

Hi @hanneslsm could be that the assumption is that you are most likely to use patterns on templates than individual blocks.

Screenshot 2023-04-25 at 13 57 49
hanneslsm commented 1 year ago

As a designer, creating my own block themes, I'm actually using blocks in the Site Editor to create patterns and save them in the theme, so that my clients can use in the Page editor then. So, if this logic applies, at least for my use case, it should be actually the other way around. (which as a change I would't welcome very much either)