[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:
+1
-1
@@ -125,7 +125,7 @@ export type IframeConfiguration = {
|
||||
|
||||
export type FrontComponentConfiguration = {
|
||||
configurationType: 'FRONT_COMPONENT';
|
||||
frontComponentId: string;
|
||||
frontComponentId: SerializedRelation;
|
||||
};
|
||||
|
||||
export type TimelineConfiguration = {
|
||||
|
||||
Reference in New Issue
Block a user