I’m running into a CMS limitation when trying to show related content on CMS detail pages.
Example:
  • An "Activities" CMS collection with CMS detail pages
  • A separate Reviews CMS collection
Editors should be able to manage reviews in CMS and decide per "activity" which reviews appear
Currently:
  • Multi-reference fields can’t be rendered as CMS lists
  • CMS template filters are static and can’t change based on the current CMS item
Because of this, common patterns like reviews, testimonials, or related content per page require schema workarounds or code.
Feature request:
Support rendering multi-reference fields as CMS lists, or allow CMS list filters to reference the current CMS item.
This would unlock many standard CMS use cases (reviews, testimonials, related posts) in a clean, no-code way.
Thanks!