mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-05 04:55:50 +01:00
Introduce new extension point for changeset description
This new extension point will only be rendered when the old extension point is not bound.
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
import React, { FC, ReactNode } from "react";
|
||||
import textSplitAndReplace from "./textSplitAndReplace";
|
||||
|
||||
type Replacement = {
|
||||
export type Replacement = {
|
||||
textToReplace: string;
|
||||
replacement: ReactNode;
|
||||
replaceAll: boolean;
|
||||
replaceAll?: boolean;
|
||||
};
|
||||
|
||||
type Props = {
|
||||
|
||||
Reference in New Issue
Block a user