DEV: add above-category-heading outlet (#24083)

This commit is contained in:
Kris 2023-10-24 15:47:29 -04:00 committed by GitHub
parent 2f1acbb12d
commit 63a0700d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
<AddCategoryTagClasses @category={{this.category}} />
<PluginOutlet
@name="above-category-heading"
@outletArgs={{hash category=this.category}}
/>
<section class="category-heading">
{{#if this.category.uploaded_logo.url}}
<CategoryLogo @category={{this.category}} />