DEV: add plugin outlet to enable custom checkbox css (#86)

This commit is contained in:
Kris 2022-03-18 13:28:11 -04:00 committed by GitHub
parent e7c8217570
commit 700008b792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
checked=(readonly filterSolved)
change=(action "onChangeFilterSolved" value="target.checked")
}}
{{plugin-outlet name="custom-checkbox"}}
{{i18n "docs.filter_solved"}}
</label>
</div>