DEV: add class name to custom footer html (#16089)

This commit is contained in:
Kris 2022-03-02 21:17:43 -05:00 committed by GitHub
parent fe4aeb22e2
commit 2d79275481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@
{{plugin-outlet name="above-footer" connectorTagName="div" args=(hash showFooter=showFooter)}}
{{#if showFooter}}
{{custom-html name="footer" triggerAppEvent="true"}}
{{custom-html
name="footer"
triggerAppEvent="true"
classNames="custom-footer-content"}}
{{/if}}
{{plugin-outlet name="below-footer" connectorTagName="div" args=(hash showFooter=showFooter)}}