Register a widget globally. The widget is resolved when a schema field has .meta({ component: name }).
.meta({ component: name })
For scoped registration, use the widgets prop on <SchemaComponent> or <SchemaProvider> instead.
widgets
<SchemaComponent>
<SchemaProvider>
Register a widget globally. The widget is resolved when a schema field has
.meta({ component: name }).For scoped registration, use the
widgetsprop on<SchemaComponent>or<SchemaProvider>instead.