Skip to content

Instantly share code, notes, and snippets.

@chroder
Forked from syastrebov/widget_options.json
Created December 5, 2016 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chroder/c405e783d2e20e1229a4ff4bc3b39406 to your computer and use it in GitHub Desktop.
Save chroder/c405e783d2e20e1229a4ff4bc3b39406 to your computer and use it in GitHub Desktop.
{
"widget": {
"type": "bubble",
"position": "right",
"enabled": true
},
"button": {
"translations": [
{
"language": 1,
"name": "Help"
}
],
"size": "medium",
"colors": {
"background": "#62ad8c",
"text": "#ffffff"
}
},
"chat": {
"request_user_info": true,
"proactive": true,
"popup": {
"translations": [
{
"language": 1,
"title": "Customer Support",
"message": "Need help? Just reply to start a live chat with one of our team.",
"heading": "Ask us a question!",
"subheading": "Our team are online and ready to help with your enquiries. Send us a message to get started."
}
],
"style": "agent_text_button"
},
"begin_mode": "conversation",
"allow_department_selection": false,
"waiting_timeout": 150
},
"ticket": {
"select_department": "custom",
"default_department": null,
"select_subject": "custom",
"default_subject": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment