CMS Online Editor questions

I’ve never worked with the CMS before, so I’d like to know two things:

  1. With the CMS “Studio” license is it possible to create relationships between collections? Here’s what I mean…
    Suppose we have two collections:
  • a “product” collection (with the title, image, and description properties)
  • a “details” collection (with the title, image, and description properties)

What I’d like is to use the fields in the “product” collection to select items from the “details” collection so that they are displayed on the post page of the “product” collection. And obviously, the selected items from the “details” collection must also include the other properties, meaning that in an item from the “product” collection, I can also display the contents of one or more items from the “details” collection.

  1. It would be useful to have a CMS component that allows data/content to be displayed conditionally, that is, based on the value of other properties.
    Is this currently feasible? If not, do you plan to implement this feature in an upcoming release?