Skip to content

Feature request: Make footer legal links configurable #517

@brinkcoder

Description

@brinkcoder

Right now, the footer links in web/templates/base.tmp are hardcoded:

/imprint
/privacy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions