Using Plugin Outlet Connectors from a Theme or Plugin

I found a solution for my problem (here), but it was something like this:

  • Create .hbs and .js files for 3 different outlets.
  • In each JS file, check if the outlet it is using is the setting banner_location value.
  • If it is, show the banner. If not, hide the banner.
1 Like