Added note to JSONs on docs
This commit is contained in:
parent
fa8b3eca92
commit
5b34d8e725
1 changed files with 5 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ import ReactPlayer from "react-player";
|
|||
</div>
|
||||
|
||||
<div style={{ marginBottom: "20px" }}>
|
||||
Further down, we will explain how to use this code with HTML and React.
|
||||
Further down, we will explain how to use this code with HTML, React and Angular.
|
||||
</div>
|
||||
|
||||
---
|
||||
|
|
@ -170,6 +170,10 @@ You now have the flexibility to utilize the Chat Widget seamlessly in any Angula
|
|||
|
||||
Use the widget API to customize your widget:
|
||||
|
||||
:::caution
|
||||
Props with the type JSON need to be passed as Stringified JSONs, as such: '{"key": "value"}'.
|
||||
:::
|
||||
|
||||
| Prop | Type | Required | Description |
|
||||
| --------------------- | ------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| bot_message_style | JSON | No | Applies custom formatting to bot messages. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue