dustin
10 years agoExpert
What is the ID of the component that displays floated posts?
I replaced the default with a custom component, and now I can't find the default component in the list of defaults. If I get the ID, I should be able to add it manually via the XML. Any ideas...
- 10 years ago
dustin - That is the part of the default component named <component id="message-list"/> which also displays the list of the messages. As you've repaced it with a custom component, so you'll have to make a custom component for the floated posts as well.
This is the API you could use to make a custom component for the floated threads inside a board.
/boards/id/${coreNode.id}/subscriptions/global/float/thread
I hope it helps.