Skip to content

Adding to the settings screen ​

Using the Grid with the Key settings, you can add custom entries to the app's settings screen — for example links to a privacy policy, imprint, or your help section. Every row becomes an entry that opens the stored address when tapped.

The fields ​

Field KeyField typeRequiredDescription
titleTextyesLabel of the entry
urlWeblinkyesAddress opened when tapped

The field Key here is url, not uri

In the tabs and TilesGrid Grids, the address field is called uri. In the settings Grid, it's called url. If you copy fields over from another Grid, it's easy to carry over the wrong Key — and the entry then simply won't appear.

What's always there ​

Regardless of your configuration, the settings screen always includes:

  • the signed-in person's profile
  • the Push notifications switch, with a hint if the device permission is missing → Push notifications and offline
  • Sign out
  • Switch team
  • the app version
  • the option to delete your own account

The usual place for legal notices

A privacy policy and an imprint are generally required for an app you distribute to your workforce. The settings screen is where users expect to find them — and it's what the app stores check for.

Next ​

Was this page helpful?