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:
Kris 2021-04-23 04:38:07 -04:00 committed by GitHub
parent 4b8d23c0d4
commit abbb3a6be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>