@veloceapps/sdk 8.0.0-77 → 8.0.0-78
Sign up to get free protection for your applications and to get access to all the features.
- package/cms/types/common.types.d.ts +0 -1
- package/esm2020/cms/types/common.types.mjs +1 -1
- package/esm2020/cms/utils/ui-builder-layout.utils.mjs +1 -3
- package/fesm2015/veloceapps-sdk-cms.mjs +2 -2
- package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-cms.mjs +0 -2
- package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
- package/package.json +1 -1
@@ -2312,7 +2312,6 @@ const constructPageChildren = (path, layout) => {
|
|
2312
2312
|
const constructRegion = (name, parentPath) => {
|
2313
2313
|
return {
|
2314
2314
|
name,
|
2315
|
-
displayName: name,
|
2316
2315
|
path: `${parentPath}/${name}`,
|
2317
2316
|
type: 'REGION',
|
2318
2317
|
children: [],
|
@@ -2322,7 +2321,6 @@ const constructRegion = (name, parentPath) => {
|
|
2322
2321
|
const constructPage = (name, pageType, layout, configuredStyles) => {
|
2323
2322
|
return {
|
2324
2323
|
name,
|
2325
|
-
displayName: name,
|
2326
2324
|
path: name,
|
2327
2325
|
type: 'PAGE',
|
2328
2326
|
layout,
|