{
"type": "chat",
"name": "chat",
"table": "chat",
"query": "default",
"otherBackground": "#F3F3F3",
"otherForeground": "#202424",
"myBackground": "#96CAD9",
"myForeground": "#202424",
"inputBackground": "#F3F3F3",
"sendBackground": "#2F96B4",
"sendForeground": "#FFFFFF",
"nameForeground": "#2F96B4",
"font": "",
"valueMap": {
"message": "text",
"timeStamp": "timestamp",
"counterpart": "counterpart",
"type": "type",
"actions": "actions",
"mediaType": "mediaType"
},
"chatType": "group",
"displayImage": true,
"messageMode": "markdown",
"uploadTypes": [
"image",
"pdf"
],
"uploadEvent": "uploadChatFile",
"uploadForm": "chatForm",
"submitActions": [
{
"type": "request",
"params": {
"url": "randomUrl",
"method": "POST",
"contentType": "json",
"post": {
"content": "{[message]}"
},
"onSuccess": "messageSent",
"onError": "messageError"
}
}
],
"namedMessageActions": {
"delete": {
"label": "$lang(chatActionDelete)$",
"image": "internal://remove",
"event": "deleteMessage"
},
"change": {
"label": "$lang(chatActionChange)$",
"image": "internal://settings",
"event": "changeMessage"
},
"copy": {
"label": "$lang(chatActionCopy)$",
"image": "internal://copy",
"event": "copyMessage"
}
},
"classes": [
"fontSizeM",
"fullSize"
]
}