impaktapps-ui-builder 1.0.41 → 1.0.43

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.
@@ -6386,20 +6386,6 @@ const ComponentSchema = {
6386
6386
  }
6387
6387
  }
6388
6388
  },
6389
- events: {
6390
- type: "array",
6391
- items: {
6392
- type: "object",
6393
- properties: {
6394
- eventType: {
6395
- type: "string"
6396
- },
6397
- configType: {
6398
- type: "string"
6399
- }
6400
- }
6401
- }
6402
- },
6403
6389
  sectionLabels: {
6404
6390
  type: "array",
6405
6391
  items: {
@@ -11941,7 +11927,10 @@ const ArrayUiSchema = {
11941
11927
  type: "Control",
11942
11928
  scope: "#/properties/adjustments",
11943
11929
  layout: 11.5,
11944
- elements: []
11930
+ elements: [],
11931
+ config: {
11932
+ main: {}
11933
+ }
11945
11934
  };
11946
11935
  const buildArray = (config2, componentScope2) => {
11947
11936
  const array = _.cloneDeep(ArrayUiSchema);