mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
parent
e1a51ba69c
commit
bb906e61ab
3 changed files with 8 additions and 2 deletions
|
|
@ -34,7 +34,8 @@ export class AdminSettingsConfig /*extends AbstractViewSettings*/ {
|
|||
name: skey,
|
||||
value: item[0],
|
||||
type: getInputType(item[0], skey.includes('password')),
|
||||
comment: item[1]
|
||||
comment: item[1],
|
||||
options: item[2]
|
||||
});
|
||||
});
|
||||
cfg.push(section);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue