DEV: add new plugin outlets (#16643)

This commit is contained in:
Kris 2022-05-04 21:49:27 -04:00 committed by GitHub
parent 8271828948
commit 80d2888222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -76,3 +76,4 @@
</div>
{{plugin-outlet name="category-box-after-each-box" args=(hash category=c)}}
{{/each}}
{{plugin-outlet name="category-boxes-after-boxes" args=(hash category=c)}}

View File

@ -23,6 +23,7 @@
<div class="full-width">
<div id="header-list-area">
{{outlet "header-list-container"}}
{{plugin-outlet name="header-list-container-bottom" args=(hash category=category)}}
</div>
</div>
</div>