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

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 --}}