mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: add tag-navigation plugin outlet (#12814)
Adds a plugin outlet to the tag template to match the `category-navigation` outlet on category pages (using this for a customer theme component).
This commit is contained in:
parent
4b8d23c0d4
commit
abbb3a6be5
@ -21,6 +21,12 @@
|
||||
changeTagNotificationLevel=(action "changeTagNotificationLevel")
|
||||
toggleInfo=(action "toggleInfo")
|
||||
}}
|
||||
|
||||
{{plugin-outlet
|
||||
name="tag-navigation"
|
||||
args=(hash category=category tag=tag)
|
||||
tagName=""
|
||||
}}
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user