@@ -0,0 +1,14 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/frontend-test-utils': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
'@backstage/core-compat-api': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Added config input type to the extensions
|
||||
@@ -1221,8 +1221,14 @@ export const IconBundleBlueprint: ExtensionBlueprint<
|
||||
{}
|
||||
>;
|
||||
},
|
||||
{},
|
||||
{},
|
||||
{
|
||||
icons: string;
|
||||
test: string;
|
||||
},
|
||||
{
|
||||
test: string;
|
||||
icons?: string | undefined;
|
||||
},
|
||||
{
|
||||
icons: ConfigurableExtensionDataRef<
|
||||
'core.icons',
|
||||
|
||||
Reference in New Issue
Block a user