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)
{
"type": "page",
"title": "Explore",
"page": "thingstodo"
}Renamed to Navigation Item Type
Added 'tab' and 'tabthingstodo' enum keys