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
}
}
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.: