Problem/Motivation
Blocks can have support for layout https://developer.wordpress.org/block-editor/reference-guides/block-api/...
The issue is that the classes used to support layout is generated/injected at server/PHP level via WP filter.
Proposed resolution
Add a new block processor to handle layout support: https://github.com/WordPress/gutenberg/blob/trunk/lib/block-supports/lay...
This means that probably we need to port Tag processor and its dependencies: https://github.com/WordPress/gutenberg/blob/trunk/lib/compat/wordpress-6...
Issue fork gutenberg-3408410
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #9
eiriksmBased on the commits it seems this is fixed?
Would be more obvious if the commits were on a MR and a separate branch I must say 😬😜