mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
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)}}
|
||||
{{#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)}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user