DEV: add before/after/below main-outlet outlets (#22260)
This commit is contained in:
parent
9515bb5add
commit
dec93cdac5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue