@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.
@@ -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,