Link news article in modal to summary

I have a fold-out div with different news post. The news articles that are shown are summaries. The idea is that if you click on the more button of the post you will see the full article in a modal.

Is it possible to link the summary with the full article in the modal?

If so, can I link a CMS to it?


Here is my site Read-Only: Webflow - The Tibbs 04

(It is the second news div :wink:)

You’ll design a modal as a children of the Collection List Item. Then a link bound to an Interaction, that opens the modal. And you’ll make sure that the IX only affects children of the element that is triggering the IX (limit to children) so that only the desired popup pops up and not all the popups at once.