Incorporated the feedback.

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-07-08 13:26:00 +02:00
parent 80da5162c7
commit f68f205d73
3 changed files with 6 additions and 7 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
'@backstage/core-plugin-api': patch
---
Introduced plugin options for the components, to be able to customise existing components.
Those customizations are stored in React context of the plugin.
The configurable options could be defined during the creation of the plugin via `__experimentalConfigure` method.
And the user of the plugin can redefine it with.
Introduced a new experimental feature that allows you to declare plugin-wide options for your plugin by defining
`__experimentalConfigure` in your `createPlugin` options. See https://backstage.io/docs/plugins/customization.md for more information.
This is an experimental feature and it will have breaking changes in the future.
+1 -1
View File
@@ -4,7 +4,7 @@
Plugin catalog has been modified to use an experimental feature where you can customize the title of the create button.
You can modify it by doing next:
You can modify it by doing:
```typescript jsx
import { catalogPlugin } from '@backstage/plugin-catalog';
+1 -2
View File
@@ -2,8 +2,7 @@
'@backstage/app-defaults': patch
---
Introduced an extra parameter in BackstagePlugin.
This optional parameter is responsible for providing a type for input options for the plugin.
Updated usage of the `BackstagePlugin` type.
```
myPlugin.__experimentalReconfigure({