Skip to content

Commit

Permalink
Merge branch 'leahxia/add-RTE-to-quickstarts' of github.com:Azure-Sam…
Browse files Browse the repository at this point in the history
…ples/communication-services-javascript-quickstarts into leahxia/add-RTE-to-quickstarts
  • Loading branch information
Leah-Xia-Microsoft committed Aug 22, 2024
2 parents 5d0ee65 + 4ef537f commit f26dbca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui-library-quickstart-composites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Feel free to style the composites to your desired size and layout inside of your

## Enable Rich Text Editor
By default, the chat composite is using the plain text editor for the SendBox component and the MessageThread component's edit function.
We also provide a Rich Text Editor which provides rich text formatting, table inserting etc.
We also provide a Rich Text Editor for rich text formatting, table inserting etc.
To try it out:
- Go to the `src` folder and find the `app.tsx` file.
- Change the value for `richTextEditorEnabled` to true.
Expand Down
2 changes: 1 addition & 1 deletion ui-library-quickstart-teams-interop-meeting-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Feel free to style the composites to your desired size and layout inside of your

## Enable Rich Text Editor
By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function.
We also provide a Rich Text Editor which provides rich text formatting, table inserting etc.
We also provide a Rich Text Editor for rich text formatting, table inserting etc.
To try it out:
- Go to the `src` folder and find the `App.tsx` file.
- Change the value for `richTextEditorEnabled` to true.
Expand Down
2 changes: 1 addition & 1 deletion ui-library-quickstart-ui-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Feel free to style the components to your desired size and layout inside of your

## Enable Rich Text Editor
By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function.
We also provide a Rich Text Editor which provides rich text formatting, table inserting etc.
We also provide a Rich Text Editor for rich text formatting, table inserting etc.
To try it out:
- Go to the `src` folder and find the `ChatComponents.tsx` file.
- Change the value for `richTextEditorEnabled` to true.
Expand Down
2 changes: 1 addition & 1 deletion ui-library-starting-with-chat-stateful/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Feel free to style the composites to your desired size and layout inside of your

## Enable Rich Text Editor
By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function.
We also provide a Rich Text Editor which provides rich text formatting, table inserting etc.
We also provide a Rich Text Editor for rich text formatting, table inserting etc.
To try it out:
- Go to the `src` folder and find the `ChatComponentsStateful.tsx` file.
- Change the value for `richTextEditorEnabled` to true.
Expand Down

0 comments on commit f26dbca

Please sign in to comment.