Document new Layout Builder Config Actions

Created on 15 November 2024, about 1 month ago

Problem/Motivation

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

Remaining tasks

Add these to the config action list.

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Version

1.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States thejimbirch Cape Cod, Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024