DEV: Add topic-list-after-category outlet (#30797)

This commit is contained in:
David Taylor 2025-01-16 11:24:01 +00:00 committed by GitHub
parent bb920326c9
commit 41bf8ddfd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -330,6 +330,10 @@ export default class Item extends Component {
@outletArgs={{hash topic=@topic}}
/>
{{categoryLink @topic.category}}
<PluginOutlet
@name="topic-list-after-category"
@outletArgs={{hash topic=@topic}}
/>
{{/unless}}
{{discourseTags @topic mode="list"}}

View File

@ -98,6 +98,10 @@ export default class TopicCell extends Component {
@outletArgs={{hash topic=@topic}}
/>
{{categoryLink @topic.category}}
<PluginOutlet
@name="topic-list-after-category"
@outletArgs={{hash topic=@topic}}
/>
{{/unless}}
{{/unless}}