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
1 changed files with 7 additions and 1 deletions

View File

@ -21,3 +21,9 @@
/>
</ul>
{{/if}}
<PluginOutlet
@name="inline-extra-nav-item"
@connectorTagName="li"
@outletArgs={{hash category=this.category filterMode=this.filterMode}}
/>