mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Add values to bread-crumbs-right plugin outlet (#18005)
This commit is contained in:
parent
ef842a4b29
commit
42385d020d
1 changed files with 11 additions and 1 deletions
|
@ -25,4 +25,14 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<PluginOutlet @name="bread-crumbs-right" @connectorTagName="li" />
|
<PluginOutlet
|
||||||
|
@name="bread-crumbs-right"
|
||||||
|
@connectorTagName="li"
|
||||||
|
@args={{hash
|
||||||
|
tagId=this.tag.id
|
||||||
|
additionalTags=this.additionalTags
|
||||||
|
noSubcategories=this.noSubcategories
|
||||||
|
currentCategory=this.currentCategory
|
||||||
|
editingCategory=this.editingCategory
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue