PerBonomi
10 years agoBoss
Add core component to custom page
Hi.
I've built a custom Forum Topic page and I need to add the actions component to each individual message (speciically, I really just need the kudo component).
I get this error and can't figure out how to code it correctly:
RenderQueueException:Render queue error in BeginRender[components/ComponentDisplayContributionPage:componentdisplay0]: unknown component id: actions
I've tried these options:
<@component id="Quilt:message-list.forum-message.actions" />
<@component id="Quilt:forum-message.actions" />
<@component id="Page.message-list.forum-message.actions" />
<@component id="Page.forum-message.actions" />
I don't really want to manually try all the possible iterations, so I'm hoping someone's done this already.
Thanks.