api report + changeset
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Remove unnecessary config object on IconBundleBlueprint
|
||||
@@ -1519,14 +1519,8 @@ export const IconBundleBlueprint: ExtensionBlueprint<{
|
||||
{}
|
||||
>;
|
||||
inputs: {};
|
||||
config: {
|
||||
icons: string;
|
||||
test: string;
|
||||
};
|
||||
configInput: {
|
||||
test: string;
|
||||
icons?: string | undefined;
|
||||
};
|
||||
config: {};
|
||||
configInput: {};
|
||||
dataRefs: {
|
||||
icons: ConfigurableExtensionDataRef<
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user