Skip to content

How to customize: burger menu

Navid Kalaei edited this page Jan 6, 2022 · 3 revisions

The burger menu appears on the top right corner of the map and is responsible for showing primary links. This menu is configurable through its config file

File directory

Please check How to customize: structure directories

Sample files

JSON Scheme (Technical)

Here on the repository you can find the actual type of burger menu config
Here is the link to LinksWithIcon data transfer object: link

JSON Scheme (Non-Technical)

[
  {
    link: string
    title: string
    icon: fontAwesomeIconName
    policy: "self" | "newTab"
  }
]

The type of icon is font-awesome IconProp but for the sake of simplicity let's consider that a font-awesome icon name

Image Preview

Burger Menue