DEV: Added before-create-topic-button plugin-outlet (#10109)

This commit is contained in:
marielaSAG 2020-07-08 11:21:30 +03:00 committed by GitHub
parent a9292086f4
commit e45307a105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@
{{/unless}} {{/unless}}
{{/if}} {{/if}}
{{plugin-outlet name="before-create-topic-button"
args=(hash
canCreateTopic=canCreateTopic
createTopicDisabled=createTopicDisabled
createTopicLabel=createTopicLabel)
}}
{{create-topic-button {{create-topic-button
canCreateTopic=canCreateTopic canCreateTopic=canCreateTopic
disabled=createTopicDisabled disabled=createTopicDisabled