Skip to content

Commit 982bb0d

Browse files
authored
DEV: Add PluginOutlets above and below blocks (#42)
1 parent 3d72340 commit 982bb0d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<PluginOutlet @name="above-right-sidebar-blocks" />
2+
13
{{#each blocks as |block|}}
24
<div class={{block.classNames}}>
35
{{component block.name params=block.parsedParams}}
@@ -6,4 +8,6 @@
68
@name="below-right-sidebar-block"
79
@outletArgs={{hash block=block}}
810
/>
9-
{{/each}}
11+
{{/each}}
12+
13+
<PluginOutlet @name="below-right-sidebar-blocks" />

0 commit comments

Comments
 (0)