What is the shortcut option?
The "shortcut": true option in the JSON configuration of a TimeTonic view allows you to offer a shortcut to this view directly from the user's smartphone home screen.
This provides quick access to a specific view, such as a form view, a tracking table, or a dashboard, without needing to navigate through the entire workspace.
➡️ Add this line in the editor:
{
"shortcut": true
}"shortcut": true→ quick access button added on the app home screen."shortcut": false→ no shortcut.
ℹ️ This setting is of type boolean, which means the only valid values are true (enabled) or false (disabled).
📱 Result on the mobile user side
When opening the workspace on mobile, TimeTonic will offer the user to add the view as a shortcut on their home screen (via a pop-up or a manual action).
- An icon is added to the phone's screen, pointing directly to this specific view.
ℹ️ General reminders
- Values must respect the indicated types (bool, number, array, object).
- Do not put quotes around
true/false. - A valid JSON object always starts with
{and ends with}. - Each view can have its own configuration (settings are not global).