Files
backstage/packages/frontend-plugin-api
Patrik Oldsberg 27bc970c91 Fix review feedback: override warning, input guard, required tests
Pass merged config schemas via configSchema instead of config.schema in
the override method to avoid false deprecation warnings. Add type guard
for non-object inputs in parse. Add tests for defaulted field required
semantics (already correct) and invalid input types.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-04-10 13:16:25 +02:00
..
2026-03-31 15:30:51 +00:00

@backstage/frontend-plugin-api

The new frontend system that this package is part of is in alpha, and we do not yet recommend using it for production deployments

This package provides the framework API used by Backstage frontend plugins. It implements the design outlined in RFC: Frontend System Evolution.

Documentation