- Issue created by @liquidcms
- πΊπΈUnited States millerrs
This module has a few issues that require patches to work correctly. However, it allows you to translate both inline blocks and block plugins in layout overrides β .
Issues started appearing with Drupal 10.2, so if you were using an earlier version, you wouldn't have been affected.
You need at a minimum these patches:
https://www.drupal.org/project/layout_builder_st/issues/3411037 π Contextual links for translation are removed by core RTBC
https://www.drupal.org/project/layout_builder_st/issues/3420063 π Error: Call to a member function getConfig() OverridesSectionStorage.php ActiveIf you are on Drupal 10.3 you will also need the following patch to translate block plugins:
https://www.drupal.org/project/layout_builder_st/issues/3463435 π Drupal\Component\Plugin\Exception\PluginNotFoundException: The "block.settings." plugin does not exist Active
I don't use this module to translate inline blocks (your basic block), so you might need another patch. But by adding the ones I mentioned, you will at least start to see the contextual link and can go from there. Hopefully, some of these fixes will get merged soon, so you don't need so many patches to get the module to work.
- π¨π¦Canada liquidcms
from my post: " entity type's layout" - so not layout overrides, so i guess this module is not my issue.
thanks.