Baptiste Devessier
2026-02-20 14:18:00 +01:00
committed by GitHub
parent b107020ad3
commit 00209f7e2c
136 changed files with 4875 additions and 835 deletions
@@ -3,6 +3,7 @@ import { type PageLayout } from '@/page-layout/types/PageLayout';
import {
PageLayoutTabLayoutMode,
PageLayoutType,
WidgetConfigurationType,
WidgetType,
} from '~/generated-metadata/graphql';
@@ -51,8 +52,8 @@ export const DEFAULT_WORKFLOW_VERSION_PAGE_LAYOUT: PageLayout = {
},
configuration: {
__typename: 'FieldsConfiguration',
configurationType: 'FIELDS',
sections: [],
configurationType: WidgetConfigurationType.FIELDS,
viewId: null,
},
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString(),
@@ -90,8 +91,8 @@ export const DEFAULT_WORKFLOW_VERSION_PAGE_LAYOUT: PageLayout = {
},
configuration: {
__typename: 'FieldsConfiguration',
configurationType: 'FIELDS',
sections: [],
configurationType: WidgetConfigurationType.FIELDS,
viewId: null,
},
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString(),