DEV: add class name to custom footer html (#16089)
This commit is contained in:
parent
fe4aeb22e2
commit
2d79275481
|
@ -31,7 +31,10 @@
|
||||||
|
|
||||||
{{plugin-outlet name="above-footer" connectorTagName="div" args=(hash showFooter=showFooter)}}
|
{{plugin-outlet name="above-footer" connectorTagName="div" args=(hash showFooter=showFooter)}}
|
||||||
{{#if showFooter}}
|
{{#if showFooter}}
|
||||||
{{custom-html name="footer" triggerAppEvent="true"}}
|
{{custom-html
|
||||||
|
name="footer"
|
||||||
|
triggerAppEvent="true"
|
||||||
|
classNames="custom-footer-content"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{plugin-outlet name="below-footer" connectorTagName="div" args=(hash showFooter=showFooter)}}
|
{{plugin-outlet name="below-footer" connectorTagName="div" args=(hash showFooter=showFooter)}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue