- Issue created by @thejimbirch
Automatically closed - issue fixed for 2 weeks with no activity.
In β¨ Allow recipes to enable layout builder Needs work three new config actions were added to Drupal core's Layout Builder module that allow recipe authors to enable or disable Layout builder, and to allow overrides or not on a per entity basis.
allowLayoutOverrides
- TRUE/FALSE - Toggle overridable layouts
enableLayoutBuilder
- TRUE - Enable Layout Builder
disableLayoutBuilder
- TRUE - Disable Layout Builder
Usage:
config:
actions:
core.entity_view_display.node.*.default:
enableLayoutBuilder: true
allowLayoutOverrides: false
Add these to the config action list.
Active
1.0
Documentation
Automatically closed - issue fixed for 2 weeks with no activity.