mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 04:49:36 +00:00
Added documentation on ATTACHMENT_SHOW_HTML_FILES env
This commit is contained in:
parent
419b46e806
commit
4004cf9c88
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue