As a writer, I'd like blocks to be categorized appropriately, so they are easier for me to find.
More discussion: p58i-8yl-p2.
@lessbloat We was wondering if there's a list of the blocks this should apply to, that ideally would also include the category and collection they should fall into?
I outlined my proposal for 4 collections here. Let's hold off on category changes until this core PR is merged.
The issue description was updated and reflects the latest status of this task
Let's make sure newly registered categories (like "Layout") would not cause a fatal error if other plugin or core decides to register the same name.
Let's make sure newly registered categories (like "Layout") would not cause a fatal error if other plugin or core decides to register the same name.
Adding a new category with the same slug produces a funny visual bug. Basically, both sections in the _accordion_ will act as a single one. it means if you open one of them, both will be open. Same closing the accordion.
Also, both section containers are filled with the same blocks, which makes sense because the category slug is for both sections.

in https://github.com/Automattic/jetpack/pull/14721 I've handled the categories straight in Jetpack. We agreed that it'd be better to handle them in the respective repositories. For instance, for coblocks we should tackle them at https://github.com/Automattic/coblocks-builder, and so on with other blocks.
Let's hold off on category changes until this core PR is merged.
https://github.com/WordPress/gutenberg/pull/19279 still hasn't been merged and it looks like the discussion in core is stalling.
Jetpack side is done, only CoBlocks category update remains
Most helpful comment
The issue description was updated and reflects the latest status of this task