Added documentation on ATTACHMENT_SHOW_HTML_FILES env

This commit is contained in:
Jan Böhmer 2026-02-24 23:07:41 +01:00
parent 419b46e806
commit 4004cf9c88
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;
}