Merge branch 'main' of https://github.com/JohnXLivingston/peertube-plugin-livechat
This commit is contained in:
@ -533,7 +533,6 @@ function initThemingSettings ({ registerSetting }: RegisterServerOptions): void
|
||||
] as Array<{ value: ConverseJSTheme, label: string }>,
|
||||
descriptionHTML: loc('converse_theme_description')
|
||||
})
|
||||
|
||||
registerSetting({
|
||||
name: 'converse-autocolors',
|
||||
label: loc('autocolors_label'),
|
||||
@ -542,6 +541,12 @@ function initThemingSettings ({ registerSetting }: RegisterServerOptions): void
|
||||
private: false,
|
||||
descriptionHTML: loc('autocolors_description')
|
||||
})
|
||||
registerSetting({
|
||||
name: 'converse-theme-warning',
|
||||
type: 'html',
|
||||
private: true,
|
||||
descriptionHTML: loc('converse_theme_warning_description')
|
||||
})
|
||||
|
||||
registerSetting({
|
||||
name: 'chat-style',
|
||||
|
Reference in New Issue
Block a user