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

Command icon 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

marcofernandes created an issue. See original summary.

marcofernandes changed the visibility of the branch 3408410-layout-support to hidden.

marcofernandes changed the visibility of the branch 3408410-layout-support to active.

eiriksm’s picture

Status: Needs work » Fixed

Based 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 😬😜

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.