- Issue created by @unstatu
Automatically closed - issue fixed for 2 weeks with no activity.
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.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.