1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

Update config_panel.toml

Re-do change of question type + expand help text
This commit is contained in:
CodeShakingSheep 2024-07-03 13:15:12 -05:00 committed by GitHub
parent 9c2c3a2e58
commit 5054e0eb8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,10 +20,9 @@ Examples:\n- eng\n- eng+fra\n- eng+fra+chi_sim"""
[main.ocr.ocr_invalidate_digital_signatures]
ask = "Do you want signed PDF files to be consumed?"
type = "select"
choices.no = "{}"
choices.yes = "{\"invalidate_digital_signatures\": true}"
type = "string"
default = "{}"
help = """\
Read this information: https://github.com/paperless-ngx/paperless-ngx/discussions/4047\n\
Write {"invalidate_digital_signatures": true} to the field if you want signed PDF files to be consumed. Read this information: https://github.com/paperless-ngx/paperless-ngx/discussions/4047\n\
"""
bind = "PAPERLESS_OCR_USER_ARGS:__INSTALL_DIR__/paperless.conf"