Align config storage properties

Created on 6 July 2025, 1 day ago

Extracted from 📌 Align config storage properties & mechanisms Active which will act as a follow-up.

Problem/Motivation

In Views integration we have:

  • builder_config_id
  • display_builder_id
  • sources

Example:

id: articles
label: Articles
module: views
display:
  page_1:
      display_extenders:
        display_builder:
          builder_config_id: default
          display_builder_id: views_6861421654810
          sources: [ ... ]

In Entity display integration, we have:

  • entity_config_id
  • sources

Example:

id: node.article.default
targetEntityType: node
bundle: article
mode: default
content: {}
hidden: {}
third_party_settings:
  display_builder:
    enabled: true
    entity_config_id: default
    sources: [ ... ]

In page layout (not a config entity yet but will be: 📌 [1.0.0-beta1] Add proper page management Active ), we have:

  • builder_config_id
  • builder_id
  • sources

Example:

id: page_layout
label: 'Page Layout'
builder_config_id: default
builder_id: page_layout_686785d880bc5
sources: []

Proposed resolution

Naming:

  • display_builder (instead of builder_config_id and entity_config_id).
  • instance (instead of builder_id and display_builder_id)
  • sources stays the same :)
📌 Task
Status

Active

Version

1.0

Component

Main / Misc.

Created by

🇫🇷France pdureau Paris

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