Implement page layout override (#18472)

This commit is contained in:
Weiko
2026-03-09 18:21:08 +01:00
committed by GitHub
parent 309fd7a526
commit c433b2b73f
90 changed files with 1270 additions and 57 deletions
@@ -70,6 +70,7 @@ export const computeFlatDefaultRecordPageLayoutToCreate = ({
deletedAt: null,
icon: tabProps.icon,
layoutMode: tabProps.layoutMode,
overrides: null,
});
const isFieldsWidget = widgetKey === 'fields';
@@ -120,6 +121,7 @@ export const computeFlatDefaultRecordPageLayoutToCreate = ({
updatedAt: now,
deletedAt: null,
conditionalDisplay: null,
overrides: null,
});
}