Files
probo/apps
Émile Ré ac695d4516 Cover home grid sections with field boundaries
The compliance-framework tiles read an item fragment that lacked
@throwOnFieldError, so a tile field error slipped past the section
boundary and nulled silently. Mark it so the existing boundary catches
it.

Wrap the "Trusted by" section in its own boundary and mark its fragments
@throwOnFieldError so a references failure degrades to an inline error
instead of crashing to the page boundary. The hero contact row is left
as-is: its fields are optional and already hide on null/error.

Signed-off-by: Émile Ré <emile@probo.com>
2026-07-15 10:35:31 +02:00
..