Added documentation on ATTACHMENT_SHOW_HTML_FILES env

This commit is contained in:
Jan Böhmer 2026-02-24 23:07:41 +01:00 committed by Marc Kreidler
parent 831f6f1d95
commit ca573c1106
2 changed files with 4 additions and 1 deletions

View file

@ -62,7 +62,7 @@ class AttachmentsSettings
#[SettingsParameter(
label: new TM("settings.system.attachments.showHTMLAttachments"),
description: new TM("settings.system.attachments.showHTMLAttachments.help"),
envVar: "bool:ATTACHMENT_SHOW_HTML", envVarMode: EnvVarMode::OVERWRITE
envVar: "bool:ATTACHMENT_SHOW_HTML_FILES", envVarMode: EnvVarMode::OVERWRITE
)]
public bool $showHTMLAttachments = false;
}