CMS filters under components

Hello everyone!

Is there a way to add a filter to a CMS-linked component?

For example, I have a blog section that I want to use throughout my website. I’ve created a component for that section, but I would like to change the category filter on the same blog component across different pages. This way, I can display blog posts from specific categories on various pages while using the same component.

Thank you!


Here is my public share link: LINK
(how to access public share link)

Not yet- collection list settings like filtering, limit, & sorting aren’t bindable to component properties.

Right now the best approach is to make the individual item a component, and keep the collection list outside of that as a structure so that you can configure and bind it ( e.g. where Category = current Category ).

Thank you! Im going to do that