DEV: add plugin outlet to badge-card (#20143)

This commit is contained in:
Kris 2023-02-02 16:22:40 -05:00 committed by GitHub
parent 77f68cf278
commit e66fa8c48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
{{/if}}
<div class="badge-contents">
<PluginOutlet
@name="badge-contents-top"
@outletArgs={{hash badge=this.badge url=this.url}}
/>
<a
href={{this.url}}
class="badge-icon {{this.badge.badgeTypeClassName}}"