mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 11:15:14 +08:00
DEV: Add plugin outlet to <NavigationBar/>
component (#21437)
This commit is contained in:
parent
24cc3ac7dc
commit
7560c0652c
|
@ -20,4 +20,10 @@
|
|||
@outletArgs={{hash category=this.category filterMode=this.filterMode}}
|
||||
/>
|
||||
</ul>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
<PluginOutlet
|
||||
@name="inline-extra-nav-item"
|
||||
@connectorTagName="li"
|
||||
@outletArgs={{hash category=this.category filterMode=this.filterMode}}
|
||||
/>
|
Loading…
Reference in New Issue
Block a user