DEV: Added before-create-topic-button plugin-outlet (#10109)
This commit is contained in:
parent
a9292086f4
commit
e45307a105
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue