Files
SCM-Manager/docs/en/development/plugins/extension-points.md
Konstantin Schaper 4d203ff36f codify extension points docs (#1947)
This pull request converts the current incomplete textual documentation of the available frontend extension points to in-code definitions that act both as documentation and as type helpers for improving overall code quality. All extension points available in the SCM-Manager core are now available, but no plugin was updated and only those parts of the core codebase had the new types added that did not require runtime changes. The only exception to this is the breadcrumbs, which was a simple change that is fully backwards-compatible.
2022-03-29 15:04:14 +02:00

291 B

title
title
Extension Points

The available extension points are now maintained in-code, providing typescript types for improved developer experience and code quality assurance.

You can browse and import them directly in your frontend code from the @scm-manager/ui-extensions package.