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
@@ -73,5 +73,6 @@ export const createStandardPageLayoutTabFlatMetadata = ({
deletedAt: null,
icon,
layoutMode,
overrides: null,
};
};
@@ -108,5 +108,6 @@ export const createStandardPageLayoutWidgetFlatMetadata = ({
updatedAt: now,
deletedAt: null,
conditionalDisplay: conditionalDisplay ?? null,
overrides: null,
};
};