Updated README
This commit is contained in:
parent
c5a46cedf5
commit
aeecc891ad
|
@ -93,12 +93,12 @@ Additional settings can be set to style the web part, including:
|
||||||
|
|
||||||
|Version|Description|
|
|Version|Description|
|
||||||
|-------|----|
|
|-------|----|
|
||||||
|v3 & v4 | Foreground / background colors for messages & sendbox, both from the user and from the bot|
|
|[v3](./src/webparts/botFrameworkChat) & [v4](./src/webparts/botFrameworkChatv4) | Foreground / background colors for messages & sendbox, both from the user and from the bot|
|
||||||
|v4| Add avatar images or initials for both user and bot|
|
|[v4](./src/webparts/botFrameworkChatv4)| Add avatar images or initials for both user and bot|
|
||||||
|v4| Hide upload button in sendbox|
|
|[v4](./src/webparts/botFrameworkChatv4)| Hide upload button in sendbox|
|
||||||
|v3| Display title of the web part|
|
|[v3](./src/webparts/botFrameworkChat)| Display title of the web part|
|
||||||
|v3| Web part header background color|
|
|[v3](./src/webparts/botFrameworkChat)| Web part header background color|
|
||||||
|v3| Placeholder text|
|
|[v3](./src/webparts/botFrameworkChat)| Placeholder text|
|
||||||
|
|
||||||
Currently the [Bot Framework Webchat v3 web part](./src/webparts/botFrameworkChat) only supports plain text conversations with a bot. Other message types, such as Rich Cards and Attachments are not supported, so in order to use that, use the [Bot Framework Webchat v4 web part](./src/webparts/botFrameworkChatv4)
|
Currently the [Bot Framework Webchat v3 web part](./src/webparts/botFrameworkChat) only supports plain text conversations with a bot. Other message types, such as Rich Cards and Attachments are not supported, so in order to use that, use the [Bot Framework Webchat v4 web part](./src/webparts/botFrameworkChatv4)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue