Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config Path

Default value

Description

$.menu.footerLinks

Code Block
{
  "links": [
    {
      "i18n": "page.title.legal",
      "routing": {
        "to": {
          "name": "legal"
        }
      }
    },
    {
      "i18n": "sidebar.about",
      "routing": {
        "to": {
          "name": "cgu"
        }
      }
    }
  ]
}

Link to legal notice componentpage

Link to CGU page

Each Link object has the following structure :

...