FEATURE: plugin outlet for sidebar (#17367)

This commit is contained in:
Krzysztof Kotlarek 2022-07-07 17:05:20 +10:00 committed by GitHub
parent 1121062aa9
commit 95c257e2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>