mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
Betterchat v2
This commit is contained in:
11
resources/[system]/chat/html/config.default.js
Normal file
11
resources/[system]/chat/html/config.default.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// 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,
|
||||
};
|
||||
Reference in New Issue
Block a user