@processmaker/screen-builder 3.3.1 → 3.3.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@processmaker/screen-builder",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "scripts": {
5
5
  "dev": "VITE_COVERAGE=true vite",
6
6
  "build": "vite build",
@@ -1132,6 +1132,10 @@ export default [
1132
1132
  name: 'Collection Record Control',
1133
1133
  icon: 'fas fa-database',
1134
1134
  label: 'Collection Record Control',
1135
+ collectionmode: {
1136
+ modeId: 'Edit',
1137
+ submitCollectionCheck: true
1138
+ }
1135
1139
  },
1136
1140
  inspector: [
1137
1141
  {