From 52a4a342b66bdc8e67d16d9c7a046143e1ee5b04 Mon Sep 17 00:00:00 2001 From: Liam Morland <lkmorlan@uwaterloo.ca> Date: Tue, 3 May 2022 17:01:01 -0400 Subject: [PATCH] Issue #3278473: Add missing config variables to fillpdf.schema.yml --- config/schema/fillpdf.schema.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/schema/fillpdf.schema.yml b/config/schema/fillpdf.schema.yml index c4b27a8..117a3ea 100644 --- a/config/schema/fillpdf.schema.yml +++ b/config/schema/fillpdf.schema.yml @@ -11,6 +11,9 @@ fillpdf.settings: remote_endpoint: type: string label: 'FillPDF Service endpoint URL without protocol' + fillpdf_service: + type: string + label: 'Which PDF filling backend to use' fillpdf_service_api_key: type: string label: 'FillPDF Service API key' @@ -26,6 +29,9 @@ fillpdf.settings: local_service_endpoint: type: string label: 'Local FillPDF PDF API endpoint' + pdftk_path: + type: string + label: 'Path to the pdftk command' shell_locale: type: string label: 'Locale for escaping shell commands' -- GitLab