Can I add multiple CMS collections to one Slider Component?

I would like to add multiple collections to one Slider Component. Eg. I would like to show Blog posts, Authors and Products in one Slider Component. Is that possible?

Hey @ruben!

The Slider Component is fully compatible with Attributes. Here’s how to set it up:

  1. Add and style your Slider Component, and connect it to your Blog posts collection.
  2. Add and style your Authors and Products collections (you can place these inside a hidden div in the Designer).
  3. Add the Attributes v2 script, you can find it (here)
  4. Add fs-list-element="list" and fs-list-combine="IDENTIFIER" to your Blog posts collection.
  5. Add fs-list-element="list" and fs-list-instance="IDENTIFIER" to your Authors and Products collections.
  6. Publish :rocket:

If you run into any issues, @Support-Luis or @Support-Pedro will be happy to help!