DEV: add new plugin outlets (#16643)
This commit is contained in:
parent
8271828948
commit
80d2888222
|
@ -76,3 +76,4 @@
|
||||||
</div>
|
</div>
|
||||||
{{plugin-outlet name="category-box-after-each-box" args=(hash category=c)}}
|
{{plugin-outlet name="category-box-after-each-box" args=(hash category=c)}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
{{plugin-outlet name="category-boxes-after-boxes" args=(hash category=c)}}
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
<div class="full-width">
|
<div class="full-width">
|
||||||
<div id="header-list-area">
|
<div id="header-list-area">
|
||||||
{{outlet "header-list-container"}}
|
{{outlet "header-list-container"}}
|
||||||
|
{{plugin-outlet name="header-list-container-bottom" args=(hash category=category)}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue