mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-05-14 13:42:00 +00:00
add conf var tokenlivetime, allow multiple inbox tags
This commit is contained in:
parent
5a57974460
commit
2349c18800
7
conf.php
7
conf.php
|
@ -23,11 +23,18 @@ $EXT_CONF['paperless'] = array(
|
||||||
'help'=>'This is used for creating a token which is needed to authenticate by token',
|
'help'=>'This is used for creating a token which is needed to authenticate by token',
|
||||||
'type'=>'password',
|
'type'=>'password',
|
||||||
),
|
),
|
||||||
|
'tokenlivetime' => array(
|
||||||
|
'title'=>'Days before token expires',
|
||||||
|
'help'=>'If token based authentication is used, this is the time before the token expires. Once it has expired the user has to log in again.',
|
||||||
|
'type'=>'numeric',
|
||||||
|
),
|
||||||
'inboxtags' => array(
|
'inboxtags' => array(
|
||||||
'title'=>'Categories treated as inbox tag',
|
'title'=>'Categories treated as inbox tag',
|
||||||
'help'=>'These categories are marked as inbox tag when the list of tags is retrieved.',
|
'help'=>'These categories are marked as inbox tag when the list of tags is retrieved.',
|
||||||
'type'=>'select',
|
'type'=>'select',
|
||||||
|
'multiple'=>true,
|
||||||
'internal'=>'categories',
|
'internal'=>'categories',
|
||||||
|
'allow_empty'=>true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user