DEV: add plugin outlet to share sources (#21646)
This commit is contained in:
parent
219fd7bb42
commit
f8ee839bfb
|
@ -67,6 +67,10 @@
|
|||
/>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<PluginOutlet
|
||||
@name="share-topic-sources"
|
||||
@outletArgs={{hash topic=this.topic post=this.post}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue