DEV: Add new plugin outlet in topic list header (#18444)

This commit is contained in:
jbrw
2022-09-30 17:14:21 -04:00
committed by GitHub
parent 563ec624b2
commit ff42bef1b6

View File

@@ -7,6 +7,7 @@
</th>
{{/if}}
{{raw "topic-list-header-column" order='default' name=listTitle bulkSelectEnabled=bulkSelectEnabled showBulkToggle=toggleInTitle canBulkSelect=canBulkSelect canDoBulkActions=canDoBulkActions}}
{{raw-plugin-outlet name="topic-list-header-after-main-link"}}
{{#if showPosters}}
{{raw "topic-list-header-column" order='posters' ariaLabel=(i18n "category.sort_options.posters")}}
{{/if}}