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}}
|
{{#if this.siteSettings.enable_personal_messages}}
|
||||||
<Sidebar::MessagesSection />
|
<Sidebar::MessagesSection />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{!-- DO NOT USE, this outlet is temporary and will be removed. --}}
|
||||||
|
{{!-- Outlet will be replaced with sidebar API. --}}
|
||||||
|
<PluginOutlet @name="after-sidebar" />
|
||||||
</div>
|
</div>
|
||||||
</DSection>
|
</DSection>
|
||||||
|
|
Loading…
Reference in New Issue