设置未出现

你想把你的横幅放在哪个插件出口(plugin outlet)中?

可以参考 Using Plugin Outlet Connectors from a Theme or Plugin

你可以参考 https://meta.discourse.org/t/add-a-featured-topic-list-to-your-discourse-homepage/132949?u=moin 作为示例:

你可以使用 (deprecated) Plugin outlet locations theme component 来查找插件出口的名称和位置。例如,“above-main-container”是指主题列表上方的顶部区域,而不是侧边栏上方。

查看添加了类似功能的 Customization > Theme component 的代码,也是学习的好方法。