Login / Sign Up

Navigation Item Type

This is string definition to set how a menu item will behave. The options available are :
• "page" - Navigate to app page/section (default)
• "url" - Navigate to an external url (restricted to urls/intents already known by the app)
• "thingstodo" - Navigate to places/things to do section filtering by a menu item
• "tab" - This is not for the main menu but for one of the bottom tabs : navigate to app page/section
• "tabthingstodo" - This is not for the main menu but for one of the bottom tabs : navigate to places/things to do section filtering by a menu item
• "cta" - This is not for the main menu but for one of the three CTA buttons on the my holiday section : navigate to app page/section
• "ctathingstodo" - This is not for the main menu but for one of the three CTA buttons on the my holiday section : navigate to places/things to do section filtering by a menu item
• "ctaurl" - Navigate to an external url (restricted to urls/intents already known by the app)

Structure

{
  "type": "page",
  "title": "Explore",
  "page": "thingstodo"
}

Data Changes

21/08/2023 - Navigation Item Type

Renamed to Navigation Item Type

15/08/2023 - Navigation Item Type

Added 'tab' and 'tabthingstodo' enum keys