mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:15:47 +08:00
FEATURE: plugin outlet for sidebar (#17367)
This commit is contained in:
parent
1121062aa9
commit
95c257e2ea
|
@ -10,5 +10,9 @@
|
|||
{{#if this.siteSettings.enable_personal_messages}}
|
||||
<Sidebar::MessagesSection />
|
||||
{{/if}}
|
||||
|
||||
{{!-- DO NOT USE, this outlet is temporary and will be removed. --}}
|
||||
{{!-- Outlet will be replaced with sidebar API. --}}
|
||||
<PluginOutlet @name="after-sidebar" />
|
||||
</div>
|
||||
</DSection>
|
||||
|
|
Loading…
Reference in New Issue
Block a user