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:
- Add and style your Slider Component, and connect it to your Blog posts collection.
- Add and style your Authors and Products collections (you can place these inside a hidden div in the Designer).
- Add the Attributes v2 script, you can find it (here)
- Add
fs-list-element="list" andfs-list-combine="IDENTIFIER"to your Blog posts collection. - Add
fs-list-element="list"andfs-list-instance="IDENTIFIER"to your Authors and Products collections. - Publish

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