@tmagic/editor 1.3.0-alpha.3 → 1.3.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,6 +148,8 @@
148
148
  type: "group-list",
149
149
  name: "hookData",
150
150
  enableToggleMode: false,
151
+ expandAll: true,
152
+ titleKey: "codeId",
151
153
  items: [
152
154
  {
153
155
  type: "code-select-col",
@@ -931,6 +933,7 @@
931
933
  {
932
934
  type: "group-list",
933
935
  name: "actions",
936
+ expandAll: true,
934
937
  enableToggleMode: false,
935
938
  items: [actionTypeConfig.value, targetCompConfig.value, compActionConfig.value, codeActionConfig.value]
936
939
  }