Home > Leagal information section

Leagal information section

Describes how the legal information section works

There is a separate area on the home page for legal information. Additional links to the pages can be added in the central configuration file. For example:

        "legalnotice": [
            {
                "identifier": "imprint",
                "name": "Imprint",
                "url": "/imprint/",
                "weight": 1
            },
            {
                "identifier": "data-protection",
                "name": "Data protection",
                "url": "/data-protection/",
                "weight": 2
            }
        ]

You can also change the title of the area in the central configuration file by looking for the “legalnoticeTitle” parameter.