impaktapps-ui-builder 0.0.412-mtreemap.26 → 0.0.412-mtreemap.28

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.
@@ -344,7 +344,7 @@ const PageMasterUiSchema = (theme) => {
344
344
  },
345
345
  {
346
346
  type: "Control",
347
- scope: "#/properties/popUpComponentSection",
347
+ scope: "#/properties/popUpPageMasterComponent",
348
348
  options: {
349
349
  widget: "PopUp"
350
350
  },
@@ -416,7 +416,7 @@ const PageMasterUiSchema = (theme) => {
416
416
  },
417
417
  {
418
418
  type: "Control",
419
- scope: "#/properties/popUpEventSection",
419
+ scope: "#/properties/popUpPageMasterEvent",
420
420
  options: {
421
421
  widget: "PopUp"
422
422
  },
@@ -8384,7 +8384,7 @@ const EventUiSchema = (theme) => {
8384
8384
  },
8385
8385
  {
8386
8386
  type: "Control",
8387
- scope: "#/properties/popUpEventSection",
8387
+ scope: "#/properties/popUpEvent",
8388
8388
  options: {
8389
8389
  widget: "PopUp"
8390
8390
  },