DEV: Add `after-header-panel` plugin outlet (#26835)
This commit is contained in:
parent
b2fe8510e4
commit
b8333d7aa2
|
@ -56,6 +56,12 @@ export default class Contents extends Component {
|
|||
/>
|
||||
</div>
|
||||
<div class="panel" role="navigation">{{yield}}</div>
|
||||
<div class="after-header-panel-outlet">
|
||||
<PluginOutlet
|
||||
@name="after-header-panel"
|
||||
@outletArgs={{hash topic=this.header.topic}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue