Nest a CMS Collection into a CMS Item

Hi, @fidoandpatch!

I would go with setup:

  1. Collection of Rooms
  2. Collection of Venues
  3. Each room has a reference to Venue collection
  4. Each Venue has a multi-reference to the Room collection

Then you can put Collection list of Venues on the page. Link inside the Venue item can lead to the Venue page.

On the Venue template page you can put the Collection List and bind it to the multi-reference field, that will pull the collection of Rooms that are associated with that Venue.

As @QA_Brandon mentioned, currently you would not be able to reveal the list of Rooms inside the Venue List item that is on the static page as a collection list. The Nested Collection feature is not available yet.

Cheers,
Anna

2 Likes