From 9c2c3a2e586c99e73eebad9b9fbee88a49951bce Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:04:35 -0500 Subject: [PATCH] Update config_panel.toml Update question type and values --- config_panel.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index dadfb70..2947e0b 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -20,8 +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 = "boolean" - default = "0" + type = "select" + choices.no = "{}" + choices.yes = "{\"invalidate_digital_signatures\": true}" help = """\ Read this information: https://github.com/paperless-ngx/paperless-ngx/discussions/4047\n\ """