mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
feat: Add a popout option on webwidget (#1174)
* feat: Add a popout option on webwidget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user