Developing Discourse Plugins - Part 2 - Connect to a plugin outlet

I think Discourse’s code changed and that the guide may be outdated.

Looking for this example:

I found this instead:

https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/templates/topic.hbs#L80

And using this amazing theme component (deprecated) Plugin outlet locations theme component I can see this outlet where it should be:

To answer your question, my guess is it’s the same, but with a new syntax.

3 Likes