Skip to content

Commit a17aa61

Browse files
committed
fix: adjust default value of openByDefault in groups to false
Related to camunda/camunda-modeler#5039
1 parent 287f53f commit a17aa61

File tree

1 file changed

+2
-2
lines changed
  • packages/zeebe-element-templates-json-schema/src/defs

1 file changed

+2
-2
lines changed

packages/zeebe-element-templates-json-schema/src/defs/groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"openByDefault": {
99
"$id": "#/groups/group/openByDefault",
1010
"type": "boolean",
11-
"description": "Specifies whether the Group should be opened when first viewed. Defaults to true.",
12-
"default": true
11+
"description": "Specifies whether the Group should be opened when first viewed. Defaults to false.",
12+
"default": false
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)