DEV: Add plugin outlet to <NavigationBar/> component (#21437)

This commit is contained in:
Keegan George 2023-05-08 12:20:51 -07:00 committed by GitHub
parent 24cc3ac7dc
commit 7560c0652c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}
/>