Welcome! sorry this wasn’t answered earlier, but hopefully this will help someone…
To use a raw plugin outlet you need to create an hbr
file, like this:
/connectors/topic-list-before-status/my-content.hbr
If you’re adding static HTML you can add it within that file.
If you want to some custom logic, you can use this structure:
/raw-views/my-object.js
/templates/my-object.hbr
and within your /connectors/topic-list-before-status/my-content.hbr
file you’d add:
{{my-object}}