DEV: Add args to plugin outlet

This commit is contained in:
Justin DiRose 2020-10-05 15:16:14 -05:00
parent 7849f8943c
commit 30aa6230c5
No known key found for this signature in database
GPG Key ID: 1855147B46436A53
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="knowledge-explorer">
{{plugin-outlet name="before-knowledge-explorer-search"}}
{{plugin-outlet name="before-knowledge-explorer-search" args=(hash selectCategory=(action "updateSelectedCategories"))}}
{{knowledge-explorer-search
searchTerm=(readonly searchTerm)
onSearch=(action "performSearch")