Files
backstage/plugins
Minh Trí 86a4a0f72d [Scaffolder] Get data of other fields in Form from a custom field
Allows to use e.g.
```
const CustomFieldExtensionComponent(props: FieldExtensionComponentProps<string[]>) => {
     const { formContext } = props;
     ....
};

const CustomFieldExtension = scaffolderPlugin.provide(
  createScaffolderFieldExtension({
    name: ...,
    component: CustomFieldExtensionComponent,
    validation: ....
  })
);
```

Signed-off-by: Minh Trí <tritri251214@gmail.com>
2022-05-19 15:13:55 +07:00
..
2022-05-03 09:38:51 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-13 13:39:32 +02:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-03 09:38:51 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-03 09:38:51 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-13 13:37:19 +02:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00
2022-05-16 09:13:12 +02:00
2022-05-10 13:44:38 +00:00
2022-05-10 08:00:04 +00:00
2022-05-10 13:44:38 +00:00
2022-05-10 13:44:38 +00:00

Plugins

Backstage is a single-page application composed of a set of plugins. This folder holds numerous plugins that are managed by this repository.

For more information about the plugin ecosystem, see the documentation here:

https://backstage.io/docs/plugins/

You can also see the Plugin Marketplace for other open source plugins you can add to your Backstage instance.

Suggesting a plugin

If you start developing a plugin that you aim to release as open source, we suggest that you create a new Issue. This helps the community know what plugins are in development.

You can also use this process if you have an idea for a good plugin but you hope that someone else will pick up the work.