You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're not using the STAC-Manager client app and want to build your own app using the plugin system, the following guide will help you set up the plugin system in your project.
The app will render a default widget for each field type, but this can be changed by adding a `ui:widget` property to the field.
4
18
5
19
There are different widgets for different field types. The existent widgets can be found in [data-widgets/config](/packages/data-widgets/lib/config/index.ts) and the [WidgetRenderer](/packages/data-core/lib/components/widget-renderer.tsx) is the component responsible for rendering the widgets based on the field type and associated conditions.
0 commit comments