snaffle
5 years agoExpert
Mode parameter not working with @component include
I'm developing a custom component that I want to include the Recent Threads component in to display our most recent blog articles.
But while it's respecting the "interactionStyle" parameter and displaying the blog article, the mode="slim" parameter isn't working.
The code I have is:
<@component id="forums.widget.recent-threads" mode="slim" interactionStyle="blog"/>
Any ideas why that isn't working?
Is it just not supported when including components?
Thanks
Nathan