DEV: add raw plugin outlet to create new topic list item columns. (#22296)

This commit will introduce a new plugin outlet in the raw topic list item handlebar. We can add a new column at the end using this plugin outlet.
This commit is contained in:
Vinoth Kannan 2023-06-27 13:48:54 +05:30 committed by GitHub
parent 2548b819be
commit d261e0aee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,3 +86,5 @@
</td> </td>
{{raw "list/activity-column" topic=topic class="num topic-list-data" tagName="td"}} {{raw "list/activity-column" topic=topic class="num topic-list-data" tagName="td"}}
{{~raw-plugin-outlet name="topic-list-after-columns"}}