Merge pull request #20133 from backstage/rugvip/reconfigure

core-plugin-api: remove experimental plugin configuration API
This commit is contained in:
Patrik Oldsberg
2023-09-26 10:54:02 +02:00
committed by GitHub
126 changed files with 156 additions and 1140 deletions
-1
View File
@@ -112,7 +112,6 @@ const userSettingsPlugin: BackstagePlugin<
{
settingsPage: RouteRef<undefined>;
},
{},
{}
>;
export { userSettingsPlugin as plugin };