DEV: Add new after-create-topic-button plugin outlet (#13848)

This commit is contained in:
jbrw 2021-07-26 17:39:59 -04:00 committed by GitHub
parent 5a93893b08
commit 292412f196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,14 @@
canCreateTopicOnTag=canCreateTopicOnTag
}}
{{plugin-outlet name="after-create-topic-button" tagName=""
args=(hash
canCreateTopic=canCreateTopic
createTopicDisabled=createTopicDisabled
createTopicLabel=createTopicLabel
category=category)
}}
{{#if category}}
{{#unless tag}}
{{!-- don't show category notification menu on tag pages --}}