-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Feature] LayoutLayout block support, its UI controls, and style output.Layout block support, its UI controls, and style output.[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
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
}
}
andrewserong
Metadata
Metadata
Assignees
Labels
[Feature] LayoutLayout block support, its UI controls, and style output.Layout block support, its UI controls, and style output.[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.