mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 18:54:44 +08:00
DEV: add above-category-heading
outlet (#24083)
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
<AddCategoryTagClasses @category={{this.category}} />
|
<AddCategoryTagClasses @category={{this.category}} />
|
||||||
|
|
||||||
|
<PluginOutlet
|
||||||
|
@name="above-category-heading"
|
||||||
|
@outletArgs={{hash category=this.category}}
|
||||||
|
/>
|
||||||
|
|
||||||
<section class="category-heading">
|
<section class="category-heading">
|
||||||
{{#if this.category.uploaded_logo.url}}
|
{{#if this.category.uploaded_logo.url}}
|
||||||
<CategoryLogo @category={{this.category}} />
|
<CategoryLogo @category={{this.category}} />
|
||||||
|
Reference in New Issue
Block a user