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
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The different parts of the project are located in the `packages` directory struc
15
15
-[`@stac-manager/data-widgets`](./packages/data-widgets) - Form components to be used by the form builder plugin system, when custom ones are not provided.
16
16
-[`@stac-manager/data-plugins`](./packages/data-plugins) - Data plugins for the forms. Each plugin defines how a section of the data structure is displayed and edited.
17
17
18
-
The `@sta-manager/data-*` packages contain the default implementation of the plugin system, the widgets used to render the forms and some core functions to allow the system to be extended.
18
+
The `@stac-manager/data-*` packages contain the default implementation of the plugin system, the widgets used to render the forms and some core functions to allow the system to be extended.
19
19
20
20
The plugin system is responsible to dynamically generate forms based on a schema definition.
21
21
Each plugin handles a specific part of the data and is responsible for defining the schema for the form, converting the data to the form format, and converting the form data back to the original data format.
Data plugins are the central part of STAC-Manager. Check the [plugin system documentation](./PLUGINS.md.md)for to understand how they work and how to create a new plugin.
61
+
Data plugins are the central part of STAC-Manager. Check the [plugin system documentation](./PLUGINS.md.md) to understand how they work and how to create a new plugin.
62
62
63
63
Widgets are the visual representation of the fields in the form. Check the [widget documentation](./WIDGETS.md) for more information on how to create a new widget.
0 commit comments