Footer Configuration Reference
You can quickly add a logo to the footer, modify the copyrights text, and add your own links.
Common Customizations
You can overwrite the default settings by editing the config.json
file.
- Add a logo to the footer
- Replace
"logoSrc": ""
with"logoSrc": "logo_url"
Replace
"logoAlt": "",
with"logoAlt": "alt_text"
- Modify footer copyrights
- Replace
"copyright": "message.footer.copyright"
with"copyright": "custom_copyrights"
- Add footer links
-
"footer": { "links": [ { "target": "_blank", "href": "https://www.my_server.com/", "text": "Homepage" } ] },