Merged Collection List ⏸️
R&D RESULTS Due to the nature of slots in Webflow's code components implementation, it's not possible to merge the collection lists server-side.
Goals
Take several slotted collection lists
Merge all items into the first list structure in the slot
Technical Notes
All slotted items must be components, this includes collection lists
Ensure that you create these Components with the collection list itself as the root element
Merge is client-side only
R&D
Determine at what point CSR completes
Last updated