Change record status: 
Project: 
Introduced in branch: 
11.1.x
Introduced in version: 
11.1.0
Description: 

Three new config actions have been 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 - [] - Enable Layout Builder
disableLayoutBuilder - [] - Disable Layout Builder

Usage:

config:
  actions:
    core.entity_view_display.node.*.default:
      enableLayoutBuilder: []
      disableLayoutBuilder: []
      allowLayoutOverrides: true/false
Impacts: 
Site builders, administrators, editors
Module developers
Site templates, recipes and distribution developers