We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d72340 commit 982bb0dCopy full SHA for 982bb0d
javascripts/discourse/templates/components/right-sidebar-blocks.hbs
@@ -1,3 +1,5 @@
1
+<PluginOutlet @name="above-right-sidebar-blocks" />
2
+
3
{{#each blocks as |block|}}
4
<div class={{block.classNames}}>
5
{{component block.name params=block.parsedParams}}
@@ -6,4 +8,6 @@
6
8
@name="below-right-sidebar-block"
7
9
@outletArgs={{hash block=block}}
10
/>
-{{/each}}
11
+{{/each}}
12
13
+<PluginOutlet @name="below-right-sidebar-blocks" />
0 commit comments