Added note to JSONs on docs

This commit is contained in:
Lucas Oliveira 2023-07-27 07:52:24 -03:00
commit 5b34d8e725

View file

@ -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. |