feat: Add a popout option on webwidget (#1174)

* feat: Add a popout option on webwidget
This commit is contained in:
Pranav Raj S
2020-08-28 17:39:46 +05:30
committed by GitHub
parent ce13efd273
commit 45cd949c40
17 changed files with 347 additions and 127 deletions

View File

@@ -46,6 +46,17 @@ window.chatwootSettings = {
}
```
### To enable popout window
Inorder to enable the popout window, add the following configuration to `chatwootSettings`. This option is disabled by default.
```js
window.chatwootSettings = {
// ...Other Config
showPopoutButton: true,
}
```
### To trigger widget without displaying bubble
```js