@ -0,0 +1,8 @@
|
||||
import { ChatwootBlock } from './schema'
|
||||
|
||||
export const chatwootTasks = ['Show widget', 'Close widget'] as const
|
||||
|
||||
export const defaultChatwootOptions = {
|
||||
task: 'Show widget',
|
||||
baseUrl: 'https://app.chatwoot.com',
|
||||
} as const satisfies ChatwootBlock['options']
|
Reference in New Issue
Block a user