The inline blocks are saved serialized in the config override

Created on 30 January 2025, 3 months ago

Problem/Motivation

In layout builder, when a user adds an inline block. The block is serialized in the layout until the user saves the layout. When this happnes, the block content entity is unserialized and saved as a normal entity. Check \Drupal\layout_builder\Plugin\Block\InlineBlock::saveBlockContent for reference.

However, when we export the translated version of a layout, the block still serialized. The unserialize + save process does not take place.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇪🇸Spain unstatu

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