DEV: add plugin outlet, li class (#68)

This commit is contained in:
Kris 2021-11-05 15:09:24 -04:00 committed by GitHub
parent 6e13e4de0b
commit 4631ccb8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -69,9 +69,10 @@
placeholderKey="docs.tags_filter_placeholder"
}}
{{/if}}
{{plugin-outlet name="before-docs-tag-list" tagName="" args=(hash tags=tags updateSelectedTags=updateSelectedTags)}}
<ul>
{{#each sortedTags as |tag|}}
<li>
<li class="docs-filter-tag-{{tag.id}}">
{{docs-tag
tag=tag
selectTag=(action "updateSelectedTags" tag)