Merge branch 'meienberger:master' into master
This commit is contained in:
commit
3f865555f6
|
@ -34,12 +34,14 @@
|
||||||
"env_variable": "PAPERLESS_ADMIN_PASSWORD"
|
"env_variable": "PAPERLESS_ADMIN_PASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"label": "Enable Tika",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Enable Tika (1 or 0)",
|
"hint": "Do you want to enable a Tika server for parsing and converting 'Office' documents (such as '.doc', '.xlsx' and '.odt')",
|
||||||
"required": true,
|
"required": true,
|
||||||
"min": 1,
|
"options": [
|
||||||
"max": 1,
|
{ "label": "Yes", "value": "1" },
|
||||||
"hint": "1 = yes, 2= no",
|
{ "label": "No", "value": "2" }
|
||||||
|
],
|
||||||
"env_variable": "PAPERLESS_TIKA_ENABLED"
|
"env_variable": "PAPERLESS_TIKA_ENABLED"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user