Implement page layout override (#18472)
This commit is contained in:
+1
@@ -73,5 +73,6 @@ export const createStandardPageLayoutTabFlatMetadata = ({
|
||||
deletedAt: null,
|
||||
icon,
|
||||
layoutMode,
|
||||
overrides: null,
|
||||
};
|
||||
};
|
||||
|
||||
+1
@@ -108,5 +108,6 @@ export const createStandardPageLayoutWidgetFlatMetadata = ({
|
||||
updatedAt: now,
|
||||
deletedAt: null,
|
||||
conditionalDisplay: conditionalDisplay ?? null,
|
||||
overrides: null,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user