Merge pull request #32496 from backstage/rugvip/internal

frontend-plugin-api: add new internal extension input option, complete app-react deprecations
This commit is contained in:
Patrik Oldsberg
2026-01-26 12:13:24 +01:00
committed by GitHub
70 changed files with 523 additions and 633 deletions
+1
View File
@@ -92,6 +92,7 @@ const _default: OverridableFrontendPlugin<
{
singleton: false;
optional: true;
internal: false;
}
>;
};