Hi,
Whilst testing the recently introduced "group" block, I find a bit frustrating that there is no way to assign a name to each of them to make it easier to go through the document using the block navigation.
Currently, each "group" block will appear in block navigation simply as "Group" as per screenshot

It would be great if there was a way to assign some kind of name to be able to identify what each of those groups are, as per screenshot

This is particularly frustrating when dealing with long posts or pages.
Beyond this particular block, in my opinion there are other blocks that could benefit from having the possibility of having a name assigned in the block navigation (such as images, videos, etc.) to make the block navigation a more effective tool.
@karmatosed, we discussed this briefly at WCEU and you suggested that I write it in GitHub. I hope the format is correct and the matter is clear.
Thank you
Reusable blocks already have names, maybe we can use the same component for that.
I think being able to add a name to a group block could be a really useful functionality. Thanks for suggesting this @lucspe.
It might also be interesting to expose the ID attribute if it's set for a block (group does support a specific anchor).

What we have now for reusable blocks is this:

I took a little exploration into maybe how we could take a slightly different approach:

This gives us both options and maybe even something to explore with reusable blocks. Noting the 'edit' or 'save' and even name only appears on interacting with the block.
I took a little exploration into maybe how we could take a slightly different approach:
Definitely interesting and I like the idea. Thinking aloud here, but a few thought questions:
Do you think this is important enough to be in the toolbar? Perhaps considering a control in the Sidebar Settings would be more appropriate. And _should_ users be encouraged to add a name to a Group block? Or is it a specialty case?
I'm wondering how this plays with the context of other blocks. For example, should any block be namable? What's the user's expectation on that front?
Do you think this is important enough to be in the toolbar? Perhaps considering a control in the Sidebar Settings would be more appropriate. And should users be encouraged to add a name to a Group block? Or is it a specialty case?
A good point. I went with that location to build on the position of the nested blocks. I wouldn't at all be opposed to explorations there also for nested blocks.
I'm wondering how this plays with the context of other blocks. For example, should any block be namable? What's the user's expectation on that front?
I think as these have default names or 'group' 'nested', then naming unique names makes sense. However, it does make me wonder what the use case would be for naming anything and if that's something to explore. Thanks for making me think!
Let's definitely try this first in the "advanced" panel in the block inspector.
@mtias here is a quick mock-up to see if what you are thinking about:

I actually quite like that as an option, but only if we also change reusable blocks to use that.
I actually quite like that as an option, but only if we also change reusable blocks to use that.
It's more important for reusable blocks to have a name than it is for group blocks. For reusable blocks it is a primary action, for blocks it's just an advanced setting for certain circumstances.
I think as these have default names or 'group' 'nested', then naming unique names makes sense. However, it does make me wonder what the use case would be for naming anything and if that's something to explore. Thanks for making me think!
@karmatosed & @mtias, let me share some details about why this request came up, maybe it is useful for you.
We are working on a project where we are converting an existing website that is currently using a different visual builder to use Gutenberg instead.
The marketing team builds rather complex pages, the classic examples being landing pages, and the group block turned out to be extremely useful in this regard.
Their feedback was that using the block navigation it was not immediate to grasp what each group contained so they asked if it was possible to assign descriptive names to them (examples given were: "intro text", "main call to action", etc.).
Based on your doubt whether there would be a "use case for naming anything" I discussed it with them and it turned out that the other block where they saw a use for it (although it was "not so important as for groups" in their own words) was the blocks that added multimedia content (youtube videos etc.).
I hope this helps.
Are there any further discussions on implementing this feature?
The development team I work with make heavy use of groups, columns and Media & Text blocks on many of our custom pages and having the ability to name any type of "Parent block" would be a welcome navigation improvement.
We generally try to organize our pages by break up different sections of a page into its own groupings, so a page with say 5 sections (header, content, unique design elements) would have 5 groups created.
Seeing a list like the image below could be more useful with custom names for navigating.

I also like the idea of having the name field appear in the "advanced" panel in the block inspector
@mtias here is a quick mock-up to see if what you are thinking about:
I actually quite like that as an option, but only if we also change reusable blocks to use that.
I too would like to see this feature
in the meantime we are using this plugin:
https://wordpress.org/plugins/block-navigation/

Most helpful comment
It might also be interesting to expose the ID attribute if it's set for a block (group does support a specific anchor).