Files
backstage/.changeset/metal-garlics-fetch.md
T
blam b76af88f1e chore: review comments
Signed-off-by: blam <ben@blam.sh>
2024-08-21 15:10:30 +02:00

445 B

@backstage/frontend-plugin-api, @backstage/frontend-app-api
@backstage/frontend-plugin-api @backstage/frontend-app-api
patch patch

Moved several implementations of built-in APIs from being hardcoded in the app to instead be provided as API extensions. This moves all API-related inputs from the app extension to the respective API extensions. For example, extensions created with ThemeBlueprint are now attached to the themes input of api:app-theme rather than the app extension.