mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 02:02:27 +00:00
17 lines
254 B
JavaScript
17 lines
254 B
JavaScript
export default [
|
|
{
|
|
id: 1,
|
|
trigger_rules: {
|
|
time_on_page: 3,
|
|
url: 'https://www.chatwoot.com/pricing',
|
|
},
|
|
},
|
|
{
|
|
id: 2,
|
|
trigger_rules: {
|
|
time_on_page: 6,
|
|
url: 'https://www.chatwoot.com/about',
|
|
},
|
|
},
|
|
];
|