Settings to disable the bot and the advances channel configuration

This commit is contained in:
John Livingston
2023-09-06 15:56:55 +02:00
parent 5373fb1570
commit d410d4e08e
5 changed files with 63 additions and 0 deletions

View File

@ -81,6 +81,26 @@ Please read
private: true
})
// ********** Moderation and advances customization
registerSetting({
type: 'html',
private: true,
descriptionHTML: loc('configuration_description')
})
registerSetting({
type: 'html',
private: true,
descriptionHTML: loc('experimental_warning')
})
registerSetting({
name: 'disable-configuration',
label: loc('disable_configuration_label'),
// descriptionHTML: loc('disable_configuration_description'),
type: 'input-checkbox',
default: false,
private: false
})
// ********** Chat behaviour
registerSetting({
type: 'html',