➡️ Add this line in the editor
{
"expandAllGroups": true
}"expandAllGroups": true→ all groups are displayed (opened) by default."expandAllGroups": false→ groups are displayed collapsed.
ℹ️ This parameter is of type boolean: only the values true (enabled) or false (disabled) are valid.
Preview example — group settings in the mobile application
Workspace – Organize columns: assign each field to a group.
"expandAllGroups": true — Groups
expanded
"expandAllGroups": false — Groups
collapsed
ℹ️ General reminders
Respect the expected types (bool, number, array, object).
Do not put quotation marks around
true/false.A valid JSON object always starts with
{and ends with}.Each view can have its own configuration (settings are not global).