mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
Update config_panel.toml
Update question type and values
This commit is contained in:
parent
af5ef6c564
commit
9c2c3a2e58
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ Examples:\n- eng\n- eng+fra\n- eng+fra+chi_sim"""
|
||||||
|
|
||||||
[main.ocr.ocr_invalidate_digital_signatures]
|
[main.ocr.ocr_invalidate_digital_signatures]
|
||||||
ask = "Do you want signed PDF files to be consumed?"
|
ask = "Do you want signed PDF files to be consumed?"
|
||||||
type = "boolean"
|
type = "select"
|
||||||
default = "0"
|
choices.no = "{}"
|
||||||
|
choices.yes = "{\"invalidate_digital_signatures\": true}"
|
||||||
help = """\
|
help = """\
|
||||||
Read this information: https://github.com/paperless-ngx/paperless-ngx/discussions/4047\n\
|
Read this information: https://github.com/paperless-ngx/paperless-ngx/discussions/4047\n\
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue