Export STANDARD_PAGE_LAYOUT_UNIVERSAL_IDENTIFIERS (#21010)
fix https://discord.com/channels/1130383047699738754/1509086323464474705
This commit is contained in:
+2
@@ -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';
|
||||
Reference in New Issue
Block a user