Skip to content

Commit 3d72340

Browse files
authored
DEV: Add PluginOutlet after each block (#41)
1 parent 60592d4 commit 3d72340

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

javascripts/discourse/templates/components/right-sidebar-blocks.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
<div class={{block.classNames}}>
33
{{component block.name params=block.parsedParams}}
44
</div>
5+
<PluginOutlet
6+
@name="below-right-sidebar-block"
7+
@outletArgs={{hash block=block}}
8+
/>
59
{{/each}}

0 commit comments

Comments
 (0)