DEV: Add new plugin outlet for items left of breadcrumb (#20591)
This commit is contained in:
parent
7b1eb080ba
commit
a805013b86
|
@ -1,3 +1,18 @@
|
||||||
|
<PluginOutlet
|
||||||
|
@name="bread-crumbs-left"
|
||||||
|
@connectorTagName="li"
|
||||||
|
@outletArgs={{hash
|
||||||
|
tagId=this.tag.id
|
||||||
|
additionalTags=this.additionalTags
|
||||||
|
noSubcategories=this.noSubcategories
|
||||||
|
showTagsSection=this.showTagsSection
|
||||||
|
currentCategory=this.category
|
||||||
|
categoryBreadcrumbs=this.categoryBreadcrumbs
|
||||||
|
editingCategory=this.editingCategory
|
||||||
|
editingCategoryTab=this.editingCategoryTab
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
{{#each this.categoryBreadcrumbs as |breadcrumb|}}
|
{{#each this.categoryBreadcrumbs as |breadcrumb|}}
|
||||||
{{#if breadcrumb.hasOptions}}
|
{{#if breadcrumb.hasOptions}}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue