- Issue created by @catch
- 🇬🇧United Kingdom catch
Annoyingly this is not achieving what I hoped it would achieve, which is increasing the number of multiple loaded path aliases in conjunction with 📌 Try to replace path alias preloading with lazy generation Active .
This is because the formatter builds a render array with a Url object, that hasn't yet been converted to a URL, so the Url::toString() call actually happens inside the foreach in field.html.twig which is not Fiber aware and won't be.
To make this work we'd need to render the field items before they get to field.html.twig or something like that.
However, the other way to get to the same eventual place is 📌 Support auto-placeholdering for blocks placed in Layout Builder Needs work - if e.g. a term reference field is referenced via a field block in layout builder, then we get the same desired effect as long as other placeholders on the page also render URLs. Similarly with 🐛 Placeholders/#lazy_builder is not supported for block component rendering Active .
Generally marking this postponed, not sure exactly on what yet.