DEV: add plugin outlet to sidebar footer (#18707)

This commit is contained in:
Kris 2022-10-21 15:07:12 -04:00 committed by GitHub
parent 414d3b8185
commit db0dbdf89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
<div class="sidebar-footer-wrapper">
<div class="sidebar-footer-container">
<div class="sidebar-footer-actions">
<PluginOutlet @name="sidebar-footer-actions" />
{{#if (or this.site.mobileView (and this.siteSettings.enable_mobile_theme this.capabilities.touch))}}
<DButton
@action={{route-action "toggleMobileView"}}