Skip to content

Allow enabling and disabling Layout at block level in theme.json #47807

@tellthemachines

Description

@tellthemachines

What problem does this address?

Currently it's not possible to enable or disable the Layout block support for specific blocks in theme.json.

What is your proposed solution?

Implement support for enabling and disabling layout from theme.json settings, e.g.:

"blocks": {
			"core/group": {
				"__experimentalLayout": false
			}
		}

Metadata

Metadata

Labels

[Feature] LayoutLayout block support, its UI controls, and style output.[Status] In ProgressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions