Issue #3388824: Fix small errors
Compare changes
+ 41
− 22
For example, if the Article node with the ID 34 needs to have two additional blocks shown among its content that aren't present on other Article nodes, but the English translation needs to display the first Block on the left, and the second Block on the right, while the German translation needs the reverse, to show the first Block on the right, and the second Block on the left.
You can configure 'Manage form display' to allow copying blocks or when creating a new translation. But when you add an inline block to the layout, the language will be set automatically to the language of the entity. In case you don't want this behavior, add $settings['layout_builder_at_set_content_block_language_to_entity'] = FALSE; to settings.php.
Sections are stored as multi-valued fields on Layout Builder Overrides, and different layouts translations are stored as translations of these fields. The module makes the layout section field translatable when enabling layout builder on an entity display. On install, existing layout section fields are also made translatable.
@@ -25,6 +28,13 @@ You can configure 'Manage form display' to allow copying blocks or when creating
@@ -33,7 +43,9 @@ This module requires no modules outside of Drupal core.
@@ -44,7 +56,8 @@ If you want each translation to have the same layouts and sections see the [Layo
@@ -55,8 +68,14 @@ If you want each translation to have the same layouts and sections see the [Layo