mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
DEV: Add search-menu
results plugin outlets (#29112)
This commit is contained in:
parent
607134545b
commit
84d260613a
@ -67,6 +67,10 @@
|
||||
@searchLogId={{this.searchLogId}}
|
||||
/>
|
||||
{{/if}}
|
||||
<PluginOutlet
|
||||
@name="search-menu-with-results-bottom"
|
||||
@outletArgs={{hash resultTypes=this.resultTypesWithComponent}}
|
||||
/>
|
||||
{{/if}}
|
||||
<PluginOutlet
|
||||
@name="search-menu-results-bottom"
|
||||
|
@ -86,4 +86,5 @@
|
||||
/>
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
<PluginOutlet @name="search-menu-assistant-bottom" />
|
||||
</ul>
|
Loading…
Reference in New Issue
Block a user