Merge pull request #9148 from brethubbard/master
Make linkTarget configurable in MarkdownContent component
This commit is contained in:
+1
-1
@@ -19,4 +19,4 @@ import { MarkdownContent } from '@backstage/core-components';
|
||||
import { FieldProps } from '@rjsf/core';
|
||||
|
||||
export const DescriptionField = ({ description }: FieldProps) =>
|
||||
description && <MarkdownContent content={description} />;
|
||||
description && <MarkdownContent content={description} linkTarget="_blank" />;
|
||||
|
||||
Reference in New Issue
Block a user