1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-11 00:03:18 +08:00
cfx-server-data/resources/[system]/chat/html/config.default.js
Jonas Dellinger 2e075e0651 Betterchat v2
2017-05-21 16:52:55 +02:00

12 lines
345 B
JavaScript

// 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': '<b>{0}</b>: {1}',
'example:important': '<h1>^2{0}</h1>'
},
fadeTimeout: 7000,
suggestionLimit: 5,
};