impaktapps-ui-builder 1.0.131-alpha.9 → 1.0.132
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.
|
@@ -8736,6 +8736,16 @@ function refreshPage(type, store2) {
|
|
|
8736
8736
|
}
|
|
8737
8737
|
}
|
|
8738
8738
|
};
|
|
8739
|
+
UiSchema.elements[0].elements[0].elements[11] = {
|
|
8740
|
+
type: "Control",
|
|
8741
|
+
scope: "#/properties/emptyBox",
|
|
8742
|
+
options: {
|
|
8743
|
+
widget: "EmptyBox"
|
|
8744
|
+
},
|
|
8745
|
+
config: {
|
|
8746
|
+
layout: { xs: 0, sm: 0, md: 0, lg: 6 }
|
|
8747
|
+
}
|
|
8748
|
+
};
|
|
8739
8749
|
}
|
|
8740
8750
|
if (sessionStorage.getItem("copiedConfig")) {
|
|
8741
8751
|
this.ElementPathSetter(UiSchema);
|