mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add outlet for injecting custom tags
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
{{#each topic.visibleListTags as |tag|}}
|
{{#each topic.visibleListTags as |tag|}}
|
||||||
{{discourse-tag tag}}
|
{{discourse-tag tag}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
{{raw-plugin-outlet name="topic-list-custom-tags"}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{raw-plugin-outlet name="topic-list-tags"}}
|
{{raw-plugin-outlet name="topic-list-tags"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user