DEV: add before/after/below main-outlet outlets (#22260)

This commit is contained in:
Kris 2023-06-23 14:12:27 -04:00 committed by GitHub
parent 9515bb5add
commit dec93cdac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,8 @@
{{/if}}
</div>
<PluginOutlet @name="before-main-outlet" />
<div id="main-outlet">
<PluginOutlet @name="above-main-container" @connectorTagName="div" />
<div class="container" id="main-container">
@ -63,7 +65,14 @@
{{outlet}}
<CardContainer />
<PluginOutlet
@name="main-outlet-bottom"
@outletArgs={{hash showFooter=this.showFooter}}
/>
</div>
<PluginOutlet @name="after-main-outlet" />
</div>
<PluginOutlet