mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-26 01:09:10 +01:00
Fix extension point name
The name of the extension point, that is used by the readme plugin for example, was fixed. Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com> Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
This commit is contained in:
@@ -403,7 +403,7 @@ export type ReposSourcesContentActionBar = RenderableExtensionPointDefinition<
|
||||
>;
|
||||
|
||||
export type RepositoryCodeOverviewContent = RenderableExtensionPointDefinition<
|
||||
"repository.code.sources.content",
|
||||
"repository.code.overview.content",
|
||||
{ sources: File; repository: Repository }
|
||||
>;
|
||||
|
||||
|
||||
@@ -228,7 +228,7 @@ const Sources: FC<Props> = ({ repository, branches, selectedBranch, baseUrl }) =
|
||||
)}
|
||||
{renderPanelContent()}
|
||||
<ExtensionPoint<extensionPoints.RepositoryCodeOverviewContent>
|
||||
name="repository.code.sources.content"
|
||||
name="repository.code.overview.content"
|
||||
props={{ sources: file, repository }}
|
||||
renderAll={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user