Controls the initial state of groups (accordions) in the record view: expanded or collapsed.
➡️ Add this line in the editor:
-
"expandAllGroups": true
→ all groups are expanded (opened) by default. -
"expandAllGroups": false
→ groups are collapsed by default.
ℹ️ This parameter is of type boolean, which means the only valid values are true
(enabled) or false
(disabled).
📱 User result in the mobile app
-
Get an instant full view of all fields (true) or a more compact interface (false).
ℹ️ General reminders
-
Values must follow the expected types (bool, number, array, object).
-
Do not use 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).