DEV: Add plugin outlets

This commit is contained in:
Justin DiRose 2020-08-04 15:17:12 -05:00
parent 006a2eb418
commit 13ab415fb0
No known key found for this signature in database
GPG Key ID: 4B811FB264021800
2 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,5 @@
<a class="knowledge-explorer-nav-link more" href="/t/{{topic.id}}">
{{d-icon "far-comment"}} {{i18n 'knowledge_explorer.topic.navigate_to_topic'}}
</a>
{{plugin-outlet name="after-knowledge-explorer-topic"}}

View File

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