Skip to main content
← Changelog

Improved Data Lookups for Theme Developers

Expanded data lookups and relationship resolution give theme developers cleaner code, with client sync paths tuned for production safety and correctness.

Resolving content relationships used to need hand-written API glue for every case. Theme developers now get stronger lookup tools, including all_* lookups and improved relationship lookups. This release also disables client sync paths that are no longer appropriate and tunes production data access.

Cleaner theme code

Themes can resolve content relationships, people, and programme structures more directly without hand-written API glue for every relationship. The result is cleaner theme code and fewer workarounds when a page needs to pull from multiple content types.

Production data access

Client sync paths that do not belong in production have been disabled. Production data access is tuned to reflect the patterns that are actually safe and correct for visitor-facing pages.

Improvement API