- Issue created by @dan612
- πΊπΈUnited States dan612 Portland, Maine
On a clean installation with:
- Drupal 10.4.7: Standard installation profile
- Layout Builder ST (1.0@alpha3)
- Patch 1 π Error: Call to a member function getConfig() OverridesSectionStorage.php Active and Patch 2 π Contextual links for translation are removed by core Active applied
Maybe something like this...
- Change any mention of layout_builder_st in config sync directory to layout_builder
- Import configuration
- Remove layout_builder_st patches from composer.json
- Add core patch π Allow synced Layout override Translations: translating labels and inline blocks Needs work
- Run composer update --lock
- Disable layout_builder_st
- Run drush updb
- Run drush cex
- π¨π¦Canada joseph.olstad
Good to know, yes it would be far better if this was fixed in core, since this contrib module requires catching up to core and a lot of work just to keep it in a functional state. This functionality should most likely just work or somehow be installed when core content translation gets installed instead of requiring a contrib module.