diff --git a/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php b/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php index 01f64eb37f..c4f37de8d6 100644 --- a/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php +++ b/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php @@ -294,6 +294,8 @@ public function saveBlockContent($new_revision = FALSE, $duplicate_block = FALSE $block->save(); $this->configuration['block_revision_id'] = $block->getRevisionId(); $this->configuration['block_serialized'] = NULL; + $this->configuration['type'] = $block->bundle(); + $this->configuration['uuid'] = $block->uuid(); } }