Export STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS (#21010)

fix https://discord.com/channels/1130383047699738754/1509086323464474705
This commit is contained in:
martmull
2026-05-28 14:51:01 +02:00
committed by GitHub
parent 531410f64a
commit 6ea637d6c5
24 changed files with 1073 additions and 155 deletions
@@ -16,6 +16,8 @@ exports[`stub-twenty-sdk-define plugin > matches the recorded export partition 1
"RelationType",
"STANDARD_OBJECT",
"STANDARD_OBJECT_UNIVERSAL_IDENTIFIERS",
"STANDARD_PAGE_LAYOUT",
"STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS",
"SystemPermissionFlag",
"ViewCalendarLayout",
"ViewFilterGroupLogicalOperator",
@@ -85,6 +85,10 @@ export { definePageLayout } from '@/sdk/define/page-layouts/define-page-layout';
export { definePageLayoutTab } from '@/sdk/define/page-layouts/define-page-layout-tab';
export type { PageLayoutConfig } from '@/sdk/define/page-layouts/page-layout-config';
export type { PageLayoutTabConfig } from '@/sdk/define/page-layouts/page-layout-tab-config';
export {
STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS as STANDARD_PAGE_LAYOUT,
STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS,
} from '@/sdk/define/page-layouts/standard-page-layout-ids';
export type {
PageLayoutManifest,
PageLayoutTabManifest,
@@ -0,0 +1 @@
export { STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS } from 'twenty-shared/metadata';