List the field IDs of link fields for which navigation should be disabled.
➡️ Add this line in the editor:
*Replace the numbers with the actual field IDs
-
The field IDs listed must correspond to the link fields you want to block.
-
Leave the array empty or omit the property entirely to keep the default behavior.
📱 User result in the mobile app
-
Prevents users from unintentionally navigating to other views – helps secure the workflow.
ℹ️ General reminders
-
Values must respect the required 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).