[FRONT COMPONENTS] Serialize relation between widget and front component (#18228)

This allows us to define page layout widgets of type front component in
an app with the front component universal identifier.
This commit is contained in:
Raphaël Bosi
2026-02-25 15:01:50 +01:00
committed by GitHub
parent 448241540d
commit 435e21d23f
15 changed files with 118 additions and 5 deletions
@@ -125,7 +125,7 @@ export type IframeConfiguration = {
export type FrontComponentConfiguration = {
configurationType: 'FRONT_COMPONENT';
frontComponentId: string;
frontComponentId: SerializedRelation;
};
export type TimelineConfiguration = {