We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Chart
1 parent d3884cc commit 9f004b2Copy full SHA for 9f004b2
packages/frontend/src/components/Content/TextContent.tsx
@@ -17,6 +17,7 @@ export enum ContentType {
17
Markdown = 'markdown', // text content is Markdown
18
TextWithEmail = 'textWithEmail', // text is a string and the email field is appended to it
19
TextWithLink = 'textWithLink', // test followed by a link
20
+ Chart = 'chart',
21
}
22
23
/**
0 commit comments