mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 14:53:39 +08:00
DEV: add outlet wrapper for category name field (#28858)
This commit is contained in:
parent
c459d4b76c
commit
ad0ffab79f
|
@ -1,3 +1,7 @@
|
|||
<PluginOutlet
|
||||
@name="category-name-fields-details"
|
||||
@outletArgs={{hash category=this.category}}
|
||||
>
|
||||
<section class="field category-name-fields">
|
||||
{{#unless this.category.isUncategorizedCategory}}
|
||||
<section class="field-item">
|
||||
|
@ -19,3 +23,4 @@
|
|||
/>
|
||||
</section>
|
||||
</section>
|
||||
</PluginOutlet>
|
Loading…
Reference in New Issue
Block a user