Dynamic table description: always displayed, in a separate line.

This commit is contained in:
John Livingston
2024-06-11 17:49:18 +02:00
parent 597afc8ba6
commit 2668e5174c
3 changed files with 30 additions and 8 deletions

View File

@ -51,7 +51,8 @@ export class ChannelEmojisElement extends LivechatElement {
const tableHeaderList: DynamicFormHeader = {
sn: {
colName: ptTr(LOC_LIVECHAT_EMOJIS_SHORTNAME),
description: ptTr(LOC_LIVECHAT_EMOJIS_SHORTNAME_DESC)
description: ptTr(LOC_LIVECHAT_EMOJIS_SHORTNAME_DESC),
headerClassList: ['peertube-livechat-emojis-col-sn']
},
url: {
colName: ptTr(LOC_LIVECHAT_EMOJIS_FILE),