Open annezazu opened 10 months ago
Tiny PR for disabling text selection in #58169.
Yesterday alone, I encountered three different users who were struggling with this.
As well as adding visual queues, I would also suggest we lock the Query by default, as discussed in https://github.com/WordPress/gutenberg/issues/28779
I noticed that the Content block is already blocked by default. The Query block should do the same.
Locking these blocks will add one extra check/hurdle to prevent accidental removal as well as give a visual queue that these blocks are different from other blocks.
Experienced users would be able to unlock it, it would only take them a moment.
I do think the warning is ineffective for some people. We are still running into regular, consistent issues with this.
An explanation I use often is along the lines of:
The Pages template is a multi-use template. It pairs by default with all your regular pages. Whatever content you have in this template will display on all your pages that are using this template.
The same applies to the Single Posts template for posts and any Custom Templates you create.
Your content merges with a template, through the use of the Content block in the template, to display on the front end of your site.
Every user I’ve explained this to has fully grasped the concept once they understand it.
But this is generally felt to be “too wordy” in-product, so the information gets distilled down to a few words that lose their meaning, importance, nuance, and impact.
If we’re going to try to properly educate in-product and make things easier to use, I think we need to be willing to provide clear details when they’re needed.
There are a few things to solve: the pathways that lead folks to land here (and ensuring it's what they are intending) and offering clarity when folks do land here around what this block does. Important to keep both in mind as we look to improve this situation.
As part of the broader discussion around the post content block removal warning https://github.com/WordPress/gutenberg/issues/52392, the post content block placeholder came up as something to improve to help address the problem of folks removing this block without understanding the impact. This ties into an effort a few years ago around block previews and placeholders for site editor blocks https://github.com/WordPress/gutenberg/issues/30029.
Pulling from the feedback in the post content block removal issue:
Curious what else folks have in mind and what we can do to continue to iterate cc @WordPress/gutenberg-design