Skip to content

Commit

Permalink
Updating naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
emlynmac committed Mar 6, 2025
1 parent 739f606 commit db0e095
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { MessageThreadWithRichTextEditorInlineImagesExample } from './snippets/W
import { MessageThreadWithWithRichTextEditorOnPasteExample } from './snippets/WithRichTextEditorOnPaste.snippet';

// Main story
export { MessageThreadWithRichTextEditor } from './RichTextEditorForEditing.story';
export { MessageThreadWithRichTextEditor } from './MessageThreadWithRichTextEditor.story';

export const RichTextEditorTextDocsOnly = {
render: MessageThreadWithRichTextEditorExample
Expand All @@ -27,12 +27,13 @@ export const RichTextEditorOnPasteTextDocsOnly = {
// Main story meta export
const meta: Meta<typeof MessageThreadComponent> = {
title: 'Components/Message Thread/Rich Text Editor Support',
name: 'Rich Text Editor Support',
component: MessageThreadComponent,
argTypes: {
isEnableRTE: { control: 'boolean', name: 'Enable Rich Text Editor' }
// isEnableRTE: { control: 'boolean', name: 'Enable Rich Text Editor' }
},
args: {
isEnableRTE: true
// isEnableRTE: true
},
parameters: {
controls: {
Expand Down

0 comments on commit db0e095

Please sign in to comment.