- Issue created by @pjonckiere
- Status changed to Closed: outdated
5 months ago 11:15am 28 June 2024
Multilingual is not working out-of-the-box.
* enable content_translation and layout_builder_at
* mark component_page as translatable
1/
Add the following patches:
+ "https://drupal.org/i/2946333 - Allow synced Layout override Translations: translating labels and inline blocks": "https://www.drupal.org/files/issues/2023-09-04/2946333-310.patch", + "https://drupal.org/i/3044993 - Allow synced Layout default Translations: translating labels and inline blocks": "https://www.drupal.org/files/issues/2023-11-24/3044993-d10-75.patch"
2/
Remove TranslatableSectionStorageInterface reference from DefaultsSectionStorageInterface
(this might need to be added to one of above patches)
3/
Configure the layout builder field to be translatable in field.field.node.component_page.layout_builder__layout.yml.
Closed: outdated
1.0
Code