Right now, the footer links in web/templates/base.tmp are hardcoded:
It would be useful to have them configurable in config.json:
{
"main": {
"footer-links": {
"imprint": "https://www.my-university.com/legal",
"privacy": "https://www.my-university.com/datenschutzerklaerung.html"
}
}
}
I prepared a patch proposal:
make-footer-links-configurable.patch