mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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}}
|
@searchLogId={{this.searchLogId}}
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<PluginOutlet
|
||||||
|
@name="search-menu-with-results-bottom"
|
||||||
|
@outletArgs={{hash resultTypes=this.resultTypesWithComponent}}
|
||||||
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="search-menu-results-bottom"
|
@name="search-menu-results-bottom"
|
||||||
|
@ -86,4 +86,5 @@
|
|||||||
/>
|
/>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<PluginOutlet @name="search-menu-assistant-bottom" />
|
||||||
</ul>
|
</ul>
|
Loading…
Reference in New Issue
Block a user