playground.title
playground.subtitle
playground.configTitle
playground.codeTitle
<script src="https://widget.chask.io/widget.js"></script>
<script>
ChaskWidget.init({
apiKey: 'demo-api-key',
organizationId: 'demo-org',
theme: {
primaryColor: '#1C51A9',
primaryTextColor: '#FFFFFF',
backgroundColor: '#FFFFFF',
textColor: '#0a1628',
borderRadius: '8px',
position: 'bottom-right',
launcherSize: 60,
mode: 'light'
},
options: {
autoOpen: false,
showLauncher: true,
soundEnabled: true,
notificationsEnabled: true,
attachmentsEnabled: true,
showTypingIndicator: true,
locale: 'es',
zIndex: 9999,
maxFileSize: 10485760,
allowedFileTypes: [
'image/*',
'application/pdf',
'.doc',
'.docx'
],
demoMode: true
}
});
</script>