DEV: add outlet wrapper for category name field (#28858)

This commit is contained in:
Amanda Alves Branquinho
2024-09-16 12:48:24 -03:00
committed by GitHub
parent c459d4b76c
commit ad0ffab79f

View File

@@ -1,4 +1,8 @@
<section class="field category-name-fields">
<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">
<label>{{i18n "category.name"}}</label>
@@ -18,4 +22,5 @@
@maxlength="255"
/>
</section>
</section>
</section>
</PluginOutlet>