Add front component widget (#17440)
Modified the data model and introduced a seed to introduce front components widgets.
This commit is contained in:
+5
@@ -116,6 +116,11 @@ const migrateConfiguration = (
|
||||
...configuration,
|
||||
configurationType: WidgetConfigurationType.FIELD,
|
||||
};
|
||||
case WidgetType.FRONT_COMPONENT:
|
||||
return {
|
||||
...configuration,
|
||||
configurationType: WidgetConfigurationType.FRONT_COMPONENT,
|
||||
};
|
||||
default:
|
||||
assertUnreachable(widgetType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user