// DO NOT EDIT THIS FILE // Copy it to `config.js` and edit it window.CONFIG = { defaultTemplateId: 'default', //This template will be used for normal chat messages templates: { //You can add static templates here 'default': '{0}: {1}', 'example:important': '

^2{0}

' }, fadeTimeout: 7000, suggestionLimit: 5, style: { background: 'rgba(52, 73, 94, 0.7)', width: '38%', height: '240px', } };