impaktapps-ui-builder 0.0.394 → 0.0.395
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/dist/impaktapps-ui-builder.es.js +1 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.d.ts +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +1 -0
|
@@ -10231,6 +10231,7 @@ const buildBasicUiSchema = (config) => {
|
|
|
10231
10231
|
return {
|
|
10232
10232
|
"type": "HorizontalLayout",
|
|
10233
10233
|
pageName: `${config.name}`,
|
|
10234
|
+
scope: `${config.name}`,
|
|
10234
10235
|
"elements": []
|
|
10235
10236
|
};
|
|
10236
10237
|
};
|